https://github.com/gitpod-samples/kotlin-ktor-chat
https://github.com/gitpod-samples/kotlin-ktor-chat
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitpod-samples/kotlin-ktor-chat
- Owner: gitpod-samples
- Created: 2024-06-12T12:24:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T14:34:22.000Z (about 1 year ago)
- Last Synced: 2025-01-24T12:45:32.333Z (5 months ago)
- Language: Kotlin
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.