Sunday 27 October 2019

Spring reactive

Spring introduced reactive support with WebFlux it implements basic Reactive concepts. It works with Netty, non blocking server.

Also Spring added support of the RSocket protocol it is not based on HTTP and provides nice features as back-pressure. You can establish direct connection from the web-browser to rsocket server. Spring provides API to implement listeners, smth similar like rest controllers.

No comments:

Post a Comment