Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 320 Bytes

Chat

A simple chat application written with Ktor using websockets and sessions.

Running

Execute this command in the repository's root directory to run this sample:

./gradlew :chat:run

And navigate to http://localhost:8080/ to see the sample home page.