Chakka is a simple chat app using websockets backed by Akka on the server
to run it, simply type ./sbt which will bring up the SBT interactive shell. In that type container:start to start
jetty up, container:stop will bring it down again. Once started, jetty will listen on the port 8080 on the machine,
sbt is running.
To generate project files for IntelliJ Idea, type the gen-idea command into the SBT shell.
Chakka was build for purpouses of "Why Akka" talk for Lambda Group in Prague
And is distributed under the terms of Apache 2 license