February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this section, we will see the main differences between a Reactive system and non-Reactive system, that is, a traditional system.
The first and foremost difference is that a Reactive system takes a user or customer request as an event or message, and then reacts to those events in a timely manner. Once it's done, it continuously looks for the next event, as illustrated here:

On the other hand, a traditional system takes input(s) from a user, performs an operation based on inputs, and sends an output or response to the user; that's it:
In a Reactive system, the RP model eases the development. As ...
Read now
Unlock full access