Skip to content

arnegns/test-spring-reactive-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Experimenting with spring reactive framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages