/akkapaint

Primary LanguageJavaScriptOtherNOASSERTION

Akka Paint Build Status

Akka Paint is web application that implements scalable, multiuser, with real time changes painting board. This is a simple project demonstrating Play! and Akka features such as:

  • persistent actors
  • cluster sharding
  • akka-streams

More info about the project can be found here.

Try it!

Open the second window to see real time changes!

Or try the online demo: http://demo.akkapaint.org/

Load the whole image

Type sbt "runMain org.akkapaint.perf.AkkaPaintSimulationMain" to load default image. It will send whole image pixel by pixel (aka. stress test ;))