SpringBoot app showcasing Kotlin Coroutines and RSocket
gradle :services:chat:bootRun
# log at debug level
gradle :services:chat:bootRun --debug
Open two browser tabs and start chatting...
open http://localhost:8080/
gradle :services:chat:build
gradle :services:chat:bootBuildImage