Reacto is now on the github!

Linas Naginionis
soundvibe
Published in
1 min readFeb 11, 2016

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

reacto

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. Hystrix is used under the hood to provide latency and fault tolerance. There is also a concept of main and fallback servers,- so if main server is not responding, fallback server will be used silently.

I’am planning to blog more about reacto in the near future.

--

--