...

/

Introduction to RSocket with Spring Boot

Introduction to RSocket with Spring Boot

Get a brief introduction to what we’ll learn in this chapter.

We'll cover the following...

Now it’s time to dig into one of the hottest recent developments, a wire protocol built from the ground up for Reactive Streams programming called RSocket.

Background

We’ve spent all this time learning how to build reactive applications, which are applications that can scale better by using existing resources. This is handled through the power of backpressure, a key aspect underpinning Reactive Streams. ...