From 147aa1f0b6a166f4bb73665fac8d178ee2fbfedd Mon Sep 17 00:00:00 2001 From: Lauri at Zalando Date: Wed, 13 Jul 2016 10:26:56 +0200 Subject: [PATCH] Added Riptide, this time correctly Added the project "Riptide" under the Networking section, this time with the ending period. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fdf4b4..a1b6ee7 100644 --- a/README.md +++ b/README.md @@ -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 API’s 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.