From e651b67c562ec5fc03c71f0b38750643f5062e2b Mon Sep 17 00:00:00 2001 From: "Ted M. Young" Date: Thu, 31 Dec 2015 13:13:17 -0800 Subject: [PATCH] Added Comsat library under Networking. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01a992b..3de76d3 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries for network programming.* * [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library. +* [Comsat](https://github.com/puniverse/comsat) - Integrates standard Java web-related APIs with Quasar fibers and actors. * [Grizzly](https://grizzly.java.net/) - NIO framework. Used as a network layer in Glassfish. * [Netty](http://netty.io/) - Framework for building high performance network applications. * [OkHttp](http://square.github.io/okhttp/) - HTTP+SPDY client.