https://github.com/mrminemeet/kochat
Basic Chat app written in Kotlin
https://github.com/mrminemeet/kochat
chat server-client-communication
Last synced: 11 months ago
JSON representation
Basic Chat app written in Kotlin
- Host: GitHub
- URL: https://github.com/mrminemeet/kochat
- Owner: MrMinemeet
- Archived: true
- Created: 2023-11-20T19:25:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T10:17:32.000Z (over 2 years ago)
- Last Synced: 2025-04-02T01:41:26.118Z (over 1 year ago)
- Topics: chat, server-client-communication
- Language: Kotlin
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KoChat
Basic Chat app written in Kotlin as the project for the Special Topic [Programming in Kotlin](https://ssw.jku.at/Teaching/Lectures/SpezialLVA/Kotlin/)
## Usage
1. Start the server via the argument `-s` or `--server`
2. Start one or multiple clients (no argument needed)
3. Enter address of the server and a username
4. When a connection is established, conversation is possible
## Things to keep in mind:
Currently, the port 8080 is hardcoded.