Introduction This tutorial will show you an example on Spring Boot Functional Reactive Programming (FRP). We will use both Gradle and Maven build tools to build the application. Related Posts: Spring Boot MongoDB Functional Reactive Programming WebSocket on Spring Boot MongoDB Reactive Programming What are Reactive and Functional Reactive Programming? Reactive programming is a declarative programming paradigm concerned with data streams and the propagation of change. In other words, Reactive Programming is a style of micro-architecture involving intelligent routing and consumption of events, all combining to change behaviour. Simply to…
Continue