Skip to content

Latest commit

 

History

History

chat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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