Skip to content

alexaverbuch/akka_chat_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brief

A sample chat application using the Java API for Akka
Basically a port of:
https://github.com/jboner/akka/tree/master/akka-samples/akka-sample-chat/

Akka version = 1.0-RC5
Akka API = Java

Instructions

  1. Download Redis: http://code.google.com/p/redis/downloads/list
  2. Build Redis: ‘make install’
  3. Run Redis: ‘./redis-server’
  4. Run akka_chat_java: https://github.com/alexaverbuch/akka_chat_java/blob/master/src/main/java/chat/Runner.java

Acknowledgements

Developed: Alex Averbuch
Migrated to latest Akka version: Matt Abrams

About

Akka chat example using Java API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages