Skip to content
λinas edited this page Dec 30, 2016 · 8 revisions

Reacto is functional reactive library for the JVM (Java 8 and above). Library is based on Observables from RxJava but they can be optionally called from any server in the network. Reacto communicates between different Observables using Commands and Events.

Commands can be implemented and registered on one server node and called from another. This lets you to decouple your business logic and scale it out into separate micro services. The caller can then easily compose these multiple streams into single reactive flow.

Commands and Events are fully immutable.

Getting started

Clone this wiki locally