Search⌘ K
AI Features

Introduction to the Reactive Backend

Explore how to create a reactive backend application using Spring Boot, Spring WebFlux, and MongoDB's reactive driver. Understand both reactive and traditional blocking web approaches while leveraging Docker for database deployment. This lesson prepares you to implement reactive programming concepts in backend development.

We'll cover the following...

Reactive web server

In this chapter, you’ll learn how to develop the reactive web server. We’ll use Spring WebFlux, available since Spring 5 and included from the Spring Boot 2.3 version. We’ll connect to a Mongo database using its reactive ...