zsomborjoel / reactive-web-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:The Unlicense


Languages

Language:Java 100.0%