An counter application used for demonstrating the usage of the Actor model implemented with Akka actors. This repository is intended to accompany a series of blog posts on Typed Akka Actors.
1. Getting started with Typed Actors
To run this project you will need to have the Java JDK and Scala built tool (sbt) installed on your computer. Instructions on how to install those tools can be found here.
In order to run this project you can either enter the run
command inside the sbt console or sbt run
inside of a terminal located inside the project directory.
In order to run tests for this project you can either enter the test
command inside the sbt console or sbt test
inside of a terminal located inside the project directory.