Category: Database, Data, github

by In this article, we will see how to build reactive REST APIs with Spring WebFlux. Before jumping into the reactive APIs, let us see how the systems evolved, what problems we see with the traditional REST implementations, and the demands from modern APIs.

In this application, we used: Below is the high-level architecture of the application.

As we are building reactive APIs, we can build APIs with a functional style programming model without using RestController.

Related Articles