zuzkins / chakka

A simple chat implemented through websockets backed by Akka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple chat implemented through websockets backed by Akka


Languages

Language:JavaScript 91.9%Language:Scala 6.7%Language:Shell 1.4%