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

Added ReactiveX

This commit is contained in:
mfornos 2015-05-29 17:06:45 +02:00
parent ffb38e95bc
commit d4ab879016

View file

@ -131,6 +131,7 @@ A curated list of Microservice Architecture related principles and technologies.
### Reactivity
- [Reactive Kafka](https://github.com/softwaremill/reactive-kafka) - Reactive Streams API for Apache Kafka.
- [ReactiveX](http://reactivex.io/) An API for asynchronous programming with observable streams. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others.
- [RxJava](https://github.com/ReactiveX/RxJava) - Reactive Extensions for the JVM a library for composing asynchronous and event-based programs using observable sequences for the JVM.
### Resilience