Category: Software, Architecture

Reactive Systems build user confidence by ensuring that the application is available whenever the users need it in all conditions. The Reactive Manifesto is a document that was authored by Jonas Boner, Dave Farley, Roland Kuhn and Martin Thompson.

The Reactive Manifesto principles are intrinsic to the design and architecture of reactive systems.

Reactive micro services are an example of something that is built using Reactive Systems.

Because of the fact that it is message driven, it is elastic, it is resilient, it can be used to build Responsive System.

Related Articles