Added Riptide, this time correctly

Added the project "Riptide" under the Networking section, this time with the ending period.
This commit is contained in:
Lauri at Zalando
2016-07-13 10:26:56 +02:00
committed by GitHub
parent 4a743c14f0
commit 147aa1f0b6

View File

@ -525,6 +525,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Netty](http://netty.io/) - Framework for building high performance network applications.
* [Nifty](https://github.com/facebook/nifty) - Implementation of Thrift clients and servers on Netty.
* [OkHttp](http://square.github.io/okhttp/) - HTTP+SPDY client.
* [Riptide](https://github.com/zalando/riptide) - Client-side response routing for Spring's RestTemplate.
* [Undertow](http://undertow.io/) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly.
* [urnlib](https://github.com/slub/urnlib) - Java library for representing, parsing and encoding URNs as in RFC 2141.