You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
### Latest versions
4
4
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
+
8
9
9
10
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.
0 commit comments