From 0731ab9a94fee1eb929c4c2ce38a1dd289fea540 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Fri, 8 Jun 2018 13:14:33 -0700 Subject: [PATCH 1/3] Add Play-WS standalone --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 448dbd8..d15c654 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library. - [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. - [OkHttp](https://square.github.io/okhttp) - HTTP+SPDY client. +- [Play WS](https://github.com/playframework/play-ws) - Typesafe HTTP Client with Reactive Streams & HTTP Cache, built on async-http-client - [restQL-core](https://github.com/B2W-BIT/restQL-core) - Microservice query language that fetches information from multiple services. - [Retrofit](https://square.github.io/retrofit) - Typesafe REST client. - [Ribbon](https://github.com/Netflix/ribbon) - Client-side IPC library that is battle-tested in cloud. From 390f0bb5b4c519c2b26bd043cc41381e71690faa Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Fri, 8 Jun 2018 13:15:17 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d15c654..03b1d0e 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library. - [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. - [OkHttp](https://square.github.io/okhttp) - HTTP+SPDY client. -- [Play WS](https://github.com/playframework/play-ws) - Typesafe HTTP Client with Reactive Streams & HTTP Cache, built on async-http-client +- [Play WS](https://github.com/playframework/play-ws) - Typesafe HTTP Client with Reactive Streams & HTTP Cache, built on async-http-client. - [restQL-core](https://github.com/B2W-BIT/restQL-core) - Microservice query language that fetches information from multiple services. - [Retrofit](https://square.github.io/retrofit) - Typesafe REST client. - [Ribbon](https://github.com/Netflix/ribbon) - Client-side IPC library that is battle-tested in cloud. From b6f3fd720ec1d12c3a942ccfa75767c7c999d4b1 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 4 Aug 2018 17:52:10 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03b1d0e..60f4127 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library. - [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. - [OkHttp](https://square.github.io/okhttp) - HTTP+SPDY client. -- [Play WS](https://github.com/playframework/play-ws) - Typesafe HTTP Client with Reactive Streams & HTTP Cache, built on async-http-client. +- [Play WS](https://github.com/playframework/play-ws) - Typesafe client with reactive streams and caching. - [restQL-core](https://github.com/B2W-BIT/restQL-core) - Microservice query language that fetches information from multiple services. - [Retrofit](https://square.github.io/retrofit) - Typesafe REST client. - [Ribbon](https://github.com/Netflix/ribbon) - Client-side IPC library that is battle-tested in cloud.