Skip to content

harry-uglow/akka-quickstart-kotlin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

Akka tutorial examples in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 82.8%
  • Shell 15.1%
  • Batchfile 1.7%
  • Scala 0.4%