From 6eb5ff4c6ece26e1db4ac7a4908ba90707365363 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 11:51:58 +0200 Subject: [PATCH] Add RxJava Still in development and actually a valid option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cecec2a..2aa514a 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Akka](https://akka.io) - Toolkit and runtime for building concurrent, distributed, fault-tolerant and event-driven applications. * [Reactive Streams](https://github.com/reactive-streams/reactive-streams-jvm/) - Provides a standard for asynchronous stream processing with non-blocking backpressure. * [Reactor](https://projectreactor.io/) - Library for building reactive fast-data applications. +* [RxJava](https://github.com/ReactiveX/RxJava) - Allows for composing asynchronous and event-based programs using observable sequences. * [vert.x](http://vertx.io/) - Polyglot event-driven application framework. ## REST Frameworks