Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 683 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 683 Bytes

Chat App

Simple chat application build on top of Scala Play Framework

This application will be developed and improved and different versions will be kept in branches.

Demo

Latest version demo can be checked here: https://scala-chat.herokuapp.com/.

Built with

Scala Play Framework 2.4 + Server Sent Events + AngularJS

How to run

Go to root project directory and run command:

activator "~run"

Then open following address in browser:

http://localhost:9000

Or you can open demo.html page in browser to check chat in two iframes next to each other like below:

Screenshot