/akka-tutorial

Code for a tutorial for basic concepts working with Akka using Scala.

Primary LanguageScalaApache License 2.0Apache-2.0

akka-tutorial

Some simple tutorials for working with actors using Scala and Akka, including an implementation of the well-known PageRank algorithm.

More interesting stuff using actors to create a Twitter bot can be seen in the tshrdlu repository.