pekko/akka-samples/akka-sample-hello-kernel
Martynas Mickevičius 22334da2a1 =pro upgrade to latest sbt and add first auto plugins
* RootSettings plugin contains settings for root project
* other auto plugins that are meant only for root project depend on RootSettings
* other auto plugins that are meant for every project are enabled by default reducing boilerplate
2014-11-30 15:34:59 +02: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 =doc Describe how to use microKernel with sbt-native-packager 2014-10-31 11:30:05 +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.