Experimenting with spring reactive framework. It comes with Spring Webflux.
- asynchronous and non blocking
- handling massive numbers of concurrent connections
- subscriber and publisher model
- Flux 0 to n element
- Mono 0 to 1 element
Experimenting with spring reactive framework. It comes with Spring Webflux.