An open API service indexing awesome lists of open source software.

https://github.com/zsomborjoel/reactive-web-api

Creating reactive rest api with springboot webflux for deeper understanding of the concept.
https://github.com/zsomborjoel/reactive-web-api

api r2dbc-h2 reactive-programming spring stream webflux

Last synced: about 1 month ago
JSON representation

Creating reactive rest api with springboot webflux for deeper understanding of the concept.

Awesome Lists containing this project

README

          

# Reactive-Web-Api

Reactive systems have certain characteristics that make them ideal for low-latency, high-throughput workloads.

One of the main reasons developers move from blocking to non-blocking code is efficiency. Reactive code does more work with fewer resources. With this framework I took advantage of multi-core, next-generation processors—handling potentially massive numbers of concurrent connections. With reactive processing, more concurrent users can be satisfied with fewer microservice instances.

* Router
* Handler
* R2DBC for nonblocking relational database connectivity