Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 707 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 707 Bytes

Chat App

SpringBoot app showcasing Kotlin Coroutines and RSocket

Overview

Run

gradle :services:chat:bootRun
# log at debug level
gradle :services:chat:bootRun --debug

Open two browser tabs and start chatting...

open http://localhost:8080/

Build

Build fatJar

gradle :services:chat:build

Build native image

gradle :services:chat:bootBuildImage 

Reference