Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 309 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 309 Bytes

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.