From 24a54f8809d926c75a63411117f4e59231745f43 Mon Sep 17 00:00:00 2001 From: Ahmad Alhour Date: Thu, 7 Jul 2016 20:55:24 +0200 Subject: [PATCH] Added Reactor.io project to the Reactivity section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b85cc3f..cf1bdb8 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,8 @@ A curated list of Microservice Architecture related principles and technologies. ### Reactivity +- [Reactor.io](http://projectreactor.io) - A second-generation Reactive library for building non-blocking applications on +the JVM based on the Reactive Streams Specification. - [Reactive Kafka](https://github.com/softwaremill/reactive-kafka) - Reactive Streams API for Apache Kafka. - [ReactiveX](http://reactivex.io/) - API for asynchronous programming with observable streams. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others. - [Simple React](https://github.com/aol/simple-react) - Powerful future streams & asynchronous data structures for Java 8.