Meaning "my love" in duch. Simple chat app in Scala with Akka and ScalaFX.
To start server run 'stb server' in project's root folder and chose Server. Program will prompt you to specify host address and port on which server will listen for requests.
To start CLI client run 'stb cli' in project's root folder and chose Client. Program will prompt you to specify host address and port to which client will send requests, and for name that will be used to sign your messages.
To start GUI client run 'sbt gui' in project's root folder and chose Client. Program will prompt you to specify host address and port to which client will send requests, and for name that will be used to sign your messages.