Getting Started with WebFlux

Today I have started learning Reactive Programming with WebFlux. I just simply loved the concept of building applications in asyc/non blocking way from UI to backend. I wish all the database vendors should implement drivers in reactive way as soon as possible. Base of the concept is very simple i.e Observer Pattern but it is beautifully used for reactive programming. Spring Reactor and Java 9 Flow API's are helpful for writing data flows in declarative way.

Useful Links:

Reactive Streams: https://dzone.com/articles/reactive-streams-in-java-9

Course From Pluralsight: https://app.pluralsight.com/library/courses/getting-started-spring-webflux/table-of-contents

Spring Documentation: https://docs.spring.io/spring/docs/5.0.0.BUILD-SNAPSHOT/spring-framework-reference/html/web-reactive.html



Comments