Skip to content

gunnigylfa/counter-actor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An counter application used for demonstrating the usage of the Actor model implemented with Akka actors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages