A simple web chat application.
This web chat application allows the user to chat with other joined users.
This application is built with Scala, Play framework, Akka, SASS, and Intellij.
- Download/Unzip this repository.
- Enter
sbt compile
to compile. - Enter
sbt start
to execute. - Enter
http://localhost:9000
in browser. - Enter
sbt clean
to clean up the built files.
- https://github.com/jlitola/play-sass
- https://www.playframework.com/documentation/2.3.x/ScalaWebSockets
- https://www.playframework.com/documentation/2.3.x/ScalaStream
- https://www.playframework.com/documentation/2.3.x/Iteratees
- https://www.playframework.com/documentation/2.3.x/Enumerators
- http://www.webjars.org/documentation
- playframework/playframework#3779