An open API service indexing awesome lists of open source software.

https://github.com/gitpod-samples/kotlin-ktor-chat


https://github.com/gitpod-samples/kotlin-ktor-chat

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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.