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

https://github.com/truefalse10/scala-akka-chat

commandline chat written with scala and akka
https://github.com/truefalse10/scala-akka-chat

Last synced: 11 months ago
JSON representation

commandline chat written with scala and akka

Awesome Lists containing this project

README

          

# Scala Chat

this is a simple command line chat written in Scala

## Installation:
* install SBT
* to start server go to ./ChatServer and type `sbt run`
* to start client go to ./ChatClient and type `sbt run`

## Frameworks used:
* SBT
* Akka