In the previous chapter, functional reactive programming was introduced out of necessity. Spring WebFlux is a functional reactive framework for writing Spring reactive applications, and the code written for the applications in this chapter is functional and uses Reactive Streams.
Spring WebFlux is a good fit for building applications that require easy streaming. The examples introduced in the previous chapter sent data to the client over an HTTP connection using Reactive Streams. ...