shimberger / akka-chat

Simple Akka based chat server, just for exploring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akka chat server

This is just an experimental project which aims at creating an Akka/WebSocket based
chat server. I am just trying to learn some Scala/Akka and new HTML stuff. There
is a lot to be desired in this project. Feel free to comment.

Building & Running the server

So far there is no packaging mechanism included.
The build is realised via Gradle (http://www.gradle.org/).
Just install Gradle and type:

gradle akkaRun

inside the project root. You can visit the UI (well the “textarea”) at
http://localhost:9998/app/.

About

Simple Akka based chat server, just for exploring


Languages

Language:Scala 67.5%Language:Groovy 26.0%Language:JavaScript 6.5%