Spring WebFlux + RSocket
TODO: add more samples...
./mvnw -f spring-webflux-rsocker-example/rsocker-server/pom.xml spring-boot:run
./mvnw -f spring-webflux-rsocker-example/gateway-client/pom.xml spring-boot:run
http :8080/api/v1/hello/max
NOTE: This project has been based on GitHub: daggerok/main-starter