Phantasm is a real time communication tool. Powered by Play framework.
Demo site is here
git clone https://github.com/phantomtype/Phantasm.git or donwload zip archive.
copy conf/secret.sample.conf to conf/secret.conf
in conf/secret.conf
fill in application.secret=[secret key]
copy conf/securesocial.sample.conf to conf/securesocial.conf
in conf/securesocial.conf
fill in clientId and clientSecret.
copy conf/database.sample.conf to conf/database.conf
cd public
npm install
grunt
play run
and open the web browser http://localhost:9000/
Please see SecureSocial.
and edit conf/play.plugins, conf/securesocial.conf