Skip to content

mkhq/crakka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple example of remote actors using akka

Implements the classic ping-pong exchange between two remote
actors. Use this to get started with basic akka.

Installation

Clone akka from github:
git clone git://github.com/jboner/akka.git

Install akka in your local maven repository using:
mvn install

Compile and Run

The project uses SBT as build tool. After a successful sbt installation, compile and run using:

sbt compile
sbt run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages