From 8e4d89c8216b726bdbb9da906b691f8223036324 Mon Sep 17 00:00:00 2001 From: tuyucheng Date: Sat, 12 Sep 2026 00:02:58 +0800 Subject: [PATCH] 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. +