From a0b81504c3972b923a589c265b4ed2f73c1fb02c Mon Sep 17 00:00:00 2001 From: jon-ruckwood Date: Fri, 8 Nov 2019 09:59:49 +0000 Subject: [PATCH 1/2] Add ServiceTalk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c2b235..d82ea78 100644 --- a/README.md +++ b/README.md @@ -681,6 +681,7 @@ A curated list of awesome Java frameworks, libraries and software. - [MINA](https://mina.apache.org) - Abstract, event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO. - [Netty](https://netty.io) - Framework for building high-performance network applications. - [Nifty](https://github.com/facebook/nifty) - Implementation of Thrift clients and servers on Netty. +- [ServiceTalk](https://github.com/apple/servicetalk/) - A network application framework built on Netty with APIs tailored to specific protocols (e.g. HTTP/1.x, HTTP/2.x, etc...) and support for multiple programming paradigms. - [sshj](https://github.com/hierynomus/sshj) - Programatically use SSH, SCP or SFTP. - [TLS Channel](https://github.com/marianobarrios/tls-channel) - Implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS. - [Undertow](http://undertow.io) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly. (LGPL-2.1-only) From 544cb3841f7a6fdab333f0616007ebb4a89c143b Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sun, 10 Nov 2019 19:55:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d82ea78..12ed036 100644 --- a/README.md +++ b/README.md @@ -681,7 +681,7 @@ A curated list of awesome Java frameworks, libraries and software. - [MINA](https://mina.apache.org) - Abstract, event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO. - [Netty](https://netty.io) - Framework for building high-performance network applications. - [Nifty](https://github.com/facebook/nifty) - Implementation of Thrift clients and servers on Netty. -- [ServiceTalk](https://github.com/apple/servicetalk/) - A network application framework built on Netty with APIs tailored to specific protocols (e.g. HTTP/1.x, HTTP/2.x, etc...) and support for multiple programming paradigms. +- [ServiceTalk](https://github.com/apple/servicetalk) - Framework built on Netty with APIs tailored to specific protocols and support for multiple programming paradigms. - [sshj](https://github.com/hierynomus/sshj) - Programatically use SSH, SCP or SFTP. - [TLS Channel](https://github.com/marianobarrios/tls-channel) - Implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS. - [Undertow](http://undertow.io) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly. (LGPL-2.1-only)