Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 895 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 895 Bytes

Akka-Typed-Essentials

Description

🥳 - "Typed" Actors and Concurrency

Software Architecture

Akka-Essentials
├─project
├─src
│  ├─main
│  │  ├─resources
│  │  │  ├─json
│  │  │  ├─properties
│  │  │  ├─secretDir
│  │  │  └─application.conf
│  │  └─scala
│  │      ├─exercises
│  │      ├─part1recap
│  │      ├─part2actors
│  │      ├─part4infra
│  │      ├─part5patterns
│  │      ├─playground
│  │      └─utils
│  └─test
│      └─scala
│         ├─part3testing
│         └─part4infra
├─.gitignore
├─build.sbt
└─README.md

Installation

  1. Install JDK 1.8.0 / OpenJDK 11 with Scala 2.13.8.
  2. Import sbt project with IDEA and build.
  3. Run the main method in each Scala object file.