Basic Chat app written in Kotlin as the project for the Special Topic Programming in Kotlin
- Start the server via the argument
-s
or--server
- Start one or multiple clients (no argument needed)
- Enter address of the server and a username
- When a connection is established, conversation is possible
Currently, the port 8080 is hardcoded.