From 3ba6a6b27ecbf04d1385fe2ef79ae3675125a207 Mon Sep 17 00:00:00 2001 From: Alex Matiushkin Date: Sun, 19 Mar 2017 22:45:30 -0700 Subject: [PATCH] Add graphql-java-reactive --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36d69e74b2..0853e6913b 100644 --- a/README.md +++ b/README.md @@ -544,6 +544,8 @@ For example the StarWarSchema and the tests (among a lot of other things) are si * [graphql-rxjava](https://github.com/nfl/graphql-rxjava): An execution strategy that makes it easier to use rxjava's Observable +* [graphql-java-reactive](https://github.com/bsideup/graphql-java-reactive): An execution strategy which is based on Reactive Streams. Project is evolving. + * [graphql-java-annotations](https://github.com/graphql-java/graphql-java-annotations): Annotations-based syntax for GraphQL schema definition. * [graphql-java-servlet](https://github.com/graphql-java/graphql-java-servlet): Servlet that automatically exposes a schema dynamically built from GraphQL queries and mutations.