Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 516 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 516 Bytes

test-spring-reactive-framework

Experimenting with spring reactive framework. It comes with Spring Webflux.

  • asynchronous and non blocking
  • handling massive numbers of concurrent connections
  • subscriber and publisher model

reactor-core

Two classes Flux and Mono.

  • Flux 0 to n element
  • Mono 0 to 1 element