Akka Concurrent Board using WebSockets

I've published a sample application on GitHub that enables users through a web interface to handle sticky notes on a whiteboard concurrently.

The frontend/javascript side communicates with the backend through WebSockets, while the backend is actor based, built with Akka and Scala.

Here it is: https://github.com/bfil/akka-concurrent-board

Screenshot