Reactive Web Patterns

Differentiate the reactive web approach from servlets and asynchronous patterns.

We'll cover the following...

Reactive patterns and non-blocking programming techniques are widely extended technologies nowadays. However, when we focus on the web layer and exposed APIs, there is still a wide majority of applications that use blocking strategies.

Reactive approach vs. other web approaches

To clarify how this new reactive web approach differs from other ones, let’s compare it with ...