# Chat A chat application written with [Ktor](https://ktor.io) using [WebSockets](https://ktor.io/docs/websocket.html) and [Sessions](https://ktor.io/docs/sessions.html). ## Running Execute this command to run the sample: ```bash ./gradlew run ``` Then, navigate to [http://localhost:8080/](http://localhost:8080/) to see the sample home page.