This is a joyfull application using scala and play framework and powered by Redis.
This small application is a twitter-like but with moot inside.
Powered by bootstrap, angularjs, css3, html5 ...
Have activator and a redis server.
Run a redis instance on port : 6379
Run : activator run
Play framework: https://www.playframework.com/documentation/
Scala : http://docs.scala-lang.org/overviews/
Scala futures :
https://www.playframework.com/documentation/2.3.x/ScalaAsync
http://danielwestheide.com/blog/2013/01/09/the-neophytes-guide-to-scala-part-8-welcome-to-the-future.html
http://danielwestheide.com/scala/neophytes.html
Twitter :
This was my first scala, play, redis project. Therefore it is only the shape of it but I clearly learned some tricks. Have a non blocking application is not quite easy. You need to learn some scala tricks : Future, for-comprehension structure, Either. Not sure I myself have totally understand it. But it was Fun trying!