Tagged in

Java

soundvibe
soundvibe
Personal blog about software development
More information
Followers
9
Elsewhere
More, on Medium

Reacto is now on the github!

Just wanted to announce that my newest open source library “reacto” is now on the github.

Reacto is able to abstract away Observables from RxJava so that they can be executed on different servers. This is especially useful when building microservices…


Simple reactive microservices using rxJava Observables

Functional Reactive Programming is what interest me the most nowadays. RxJava is a great library which implements reactive extensions for the JVM. There are many reasons why functional reactive programming using RxJava is beneficial: