This project aims to give an idea on how to work with the RSocket protocol with the Springboot framework.
./gradlew :producer:bootRun
./gradlew :consumer:bootRun
Navigate to:
http://localhost:8080/greet/{YourName}
http://localhost:8080/greet-stream/{YourName}
For more, check my getting started guide here: https://dev.to/petros0/getting-started-with-rsocket-in-springboot-5889.