From 8e4d89c8216b726bdbb9da906b691f8223036324 Mon Sep 17 00:00:00 2001 From: tuyucheng Date: Sat, 12 Sep 2026 00:02:58 +0800 Subject: [PATCH 1/2] Add WebSocket4Java to Networking --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbfda044..c0196a01 100644 --- a/README.md +++ b/README.md @@ -1428,6 +1428,8 @@ _Libraries for building network clients and servers._ > **[urnlib](https://github.com/slub/urnlib)** ★ 36 GPL-3.0 🟠
Represent, parse and encode URNs, as in RFC 2141. +> **[WebSocket4Java](https://github.com/tuyucheng777/WebSocket4Java)** ★ 1 MIT 🟢
High-performance WebSocket framework based on JDK NIO and virtual threads, with zero third-party dependencies at runtime. +
From 060d1a2bac76e4a145ac047fb666fd8ab97021ca Mon Sep 17 00:00:00 2001 From: tuyucheng Date: Sat, 12 Sep 2026 00:07:41 +0800 Subject: [PATCH 2/2] Add WebSocket4Java to Networking --- README.md | 2 -- README_SOURCE.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c0196a01..dbfda044 100644 --- a/README.md +++ b/README.md @@ -1428,8 +1428,6 @@ _Libraries for building network clients and servers._ > **[urnlib](https://github.com/slub/urnlib)** ★ 36 GPL-3.0 🟠
Represent, parse and encode URNs, as in RFC 2141. -> **[WebSocket4Java](https://github.com/tuyucheng777/WebSocket4Java)** ★ 1 MIT 🟢
High-performance WebSocket framework based on JDK NIO and virtual threads, with zero third-party dependencies at runtime. -
diff --git a/README_SOURCE.md b/README_SOURCE.md index 12ab52b4..9f55bdf4 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -807,6 +807,7 @@ _Libraries for building network clients and servers._ - [Undertow](https://github.com/undertow-io/undertow) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly. - [urnlib](https://github.com/slub/urnlib) - Represent, parse and encode URNs, as in RFC 2141. - [Fluency](https://github.com/komamitsu/fluency) - High throughput data ingestion logger to Fluentd and Fluent Bit. +- [WebSocket4Java](https://github.com/tuyucheng777/WebSocket4Java) - High-performance WebSocket framework based on JDK NIO and virtual threads, with zero third-party dependencies at runtime. ### ORM