1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00

Added Reactor.io project to the Reactivity section

This commit is contained in:
Ahmad Alhour 2016-07-07 20:55:24 +02:00 committed by GitHub
parent 98efd503b3
commit 24a54f8809

View file

@ -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.