Reactive Programming With Spring Boot

A few weeks ago I gave a technical talk about the new reactive programming capabilities of the upcoming Spring Boot 2.0 release.

The talk discusses the need for reactive programming and the current landscape of implementations. You can view the slides here.

I’ve created a sample application to accompany the talk. It contains a web application build on Spring Boot 2.0, the MongoDB Reactive Streams Java Driver and Oboe.js.

The source is available on GitHub.