Added Finnagle

This commit is contained in:
Andreas Kull
2016-01-13 21:13:36 +01:00
parent d85a8b28fd
commit 6c4d6ddc15

View File

@ -482,6 +482,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Libraries for network programming.* *Libraries for network programming.*
* [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library. * [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library.
* [Finagle](https://github.com/twitter/finagle) - Extensible RPC system used to construct high-concurrency servers. It implements uniform client and server APIs for several protocols, and is protocol agnostic, which simplifies the implementation of new protocols.
* [Comsat](https://github.com/puniverse/comsat) - Integrates standard Java web-related APIs with Quasar fibers and actors. * [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. * [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. * [Netty](http://netty.io/) - Framework for building high performance network applications.