pekko/akka-samples/akka-sample-hello-kernel
2015-02-02 12:04:23 +01:00
..
project =pro upgrade to latest sbt and add first auto plugins 2014-11-30 15:34:59 +02:00
src/main +act - 15757 - Reworks implementation of ActorSystem shutdown 2014-08-25 15:49:28 +02:00
build.sbt =sam #16764 Incomplete sample project breaks samples build and IDEA import 2015-02-02 12:04:23 +01:00
COPYING =sam #3887 Public domain license for activator templates 2014-02-21 12:31:00 +01:00
LICENSE =sam #3887 Public domain license for activator templates 2014-02-21 12:31:00 +01:00
README.md replace/add READMEs for the samples (keep it simple) 2012-09-25 09:27:13 +02:00

Hello World Sample

This sample is meant to be used by studying the code; it does not perform any astounding functions when running it. If you want to run it, check out the akka sources on your local hard drive, follow the instructions for setting up Akka with SBT. When you start SBT within the checked-out akka source directory, you can run this sample by typing

akka-sample-hello/run

You can read more in the Akka docs.