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.
- Host: GitHub
- URL: https://github.com/zsomborjoel/reactive-web-api
- Owner: zsomborjoel
- License: unlicense
- Created: 2021-05-06T06:56:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T11:57:38.000Z (about 5 years ago)
- Last Synced: 2025-10-25T01:14:54.669Z (8 months ago)
- Topics: api, r2dbc-h2, reactive-programming, spring, stream, webflux
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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