basic-tcp-chat

A simple client-server chat application written in Scala.

How to run it

First, start the server:

$ sbt server/run

Then, run the clients:

$ sbt client/run

Disclaimer

This code looks awful from a Scala FP perspective, but when I saw it working it felt very satisfying 😌


That's all, folks!