Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 595 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 595 Bytes

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