From b94df9457f1d6e0ff685112ce17723dcf511766d Mon Sep 17 00:00:00 2001 From: Liran M <77168114+liran2000@users.noreply.github.com> Date: Tue, 25 May 2021 09:50:22 +0300 Subject: [PATCH] Adding commons-networking (#925) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dd0ae8..bbb30c9 100644 --- a/README.md +++ b/README.md @@ -719,6 +719,7 @@ _Libraries that specialize in processing text._ _Libraries for building network servers._ +- [Commons-networking](https://github.com/CiscoSE/commons-networking) - Client for server-sent events (SSE). - [Comsat](https://github.com/puniverse/comsat) - Integrates standard Java web-related APIs with Quasar fibers and actors. - [Dubbo](https://github.com/apache/dubbo) - High-performance RPC framework. - [Grizzly](https://javaee.github.io/grizzly/) - NIO framework. Used as a network layer in Glassfish.