/akka-quickstart-kotlin

Akka tutorial examples in Kotlin

Primary LanguageKotlin

Akka Quickstart with Kotlin

Quickstart guide

This example is translated from the Akka Quickstart with Java guide and the getting started guide.

The translated tests use Spek.

The Hello World example illustrates Akka basics. Within 30 minutes, you should be able to download and run the example and use this guide to understand how the example is constructed. This will get your feet wet, and hopefully inspire you to dive deeper into the wonderful sea of Akka!

The original template provides build descriptors for sbt, maven and gradle. Currently only the maven has been updated. You can run the application with:

mvn compile exec:exec

Please feel free to update build.sbt and/or build.gradle to allow easy running through those build tools.

Original Template license

Written in 2017 by Lightbend, Inc.

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.