Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 975 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 975 Bytes

counter-actor

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

Prerequisites

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.

Run

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.

Test

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.