rmxymh / chatroom-remote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatroom Remote

A remote version chatroom project implemented with akka with Scala.

Dependency

The following dependency version are under development environment:

  • Scala: 2.11.8
  • akka: 2.4.8
  • sbt: 0.13

Usage

  • Use a Terminal: (Terminal 1)
$ cd Chatroom
$ sbt compile
$ sbt run
  • Use another Terminal: (Terminal 2)
$ cd UserConsole
$ sbt compile
$ sbt run

Please use terminal 2 as your input console.

About


Languages

Language:Scala 100.0%