-
Notifications
You must be signed in to change notification settings - Fork 3
Home
λinas edited this page Feb 10, 2017
·
8 revisions
Reacto is functional reactive library for the JVM (Java 8 and above). Library is built on top of Observables from RxJava but they can be optionally called from any service in the network. Reacto communicates between Observables by executing Commands and emitting Events.
Multiple commands can be implemented and registered on one server node and executed from another. This lets you to decouple your business logic and scale it out into separate microservices. The caller can then easily compose these multiple streams into single reactive flow.
Commands and Events are fully immutable and type safe.