pekko/akka-samples-chat
2009-12-31 21:02:51 +01:00
..
src/main/scala added postRestart to RedisChatStorage 2009-12-31 21:02:51 +01:00
pom.xml Added registration of remote actors in declarative supervisor config + Fixed bug in remote client reconnect + Added Redis as backend for Chat sample + Added UUID utility + Misc minor other fixes 2009-12-30 08:36:24 +01:00
README renamed Redis test from *Test to *Spec + removed requirement to link Actor only after start + refactored Chat sample to use mixin composition of Actor 2009-12-29 10:49:14 +01:00

Akka Chat Client/Server Sample Application

To run the sample: 
1. Run 'mvn install' (builds and deploys jar to AKKA_HOME/deploy)
2. In another shell run 'java -jar ./dist/akka-0.6.jar' to start up Akka microkernel
3. In the first shell run 'mvn scala:console -o'
4. In the REPL you get execute: 
  - scala> import se.scalablesolutions.akka.sample.chat._
  - scala> Runner.run
5. See the chat simulation run
6. Run it again to see full speed after first initialization