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

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

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.