Skip to content

Commit c2b5444

Browse files
committed
update README
1 parent 8530671 commit c2b5444

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
### Latest versions
44

5-
* Latest stable version: `0.3.0`
6-
* Latest release candidate: `1.0.0`
7-
* Using Java Virtual Threads
5+
* Latest stable version: `1.0.0`
6+
* Now with 100% more virtual threads!
7+
* Prior stable version `0.3.0`
8+
89

910
The goal of this project is to build a full-featured HTTP server and client in plain Java without the use of any libraries. The client and server will use Project Loom virtual threads and blocking I/O so that the Java VM will handle all the context switching between virtual threads as they block on I/O.
1011

0 commit comments

Comments
 (0)