https://github.com/da-liii/akka-essentials
Scala Examples from the book - Akka Essentials
https://github.com/da-liii/akka-essentials
Last synced: about 2 months ago
JSON representation
Scala Examples from the book - Akka Essentials
- Host: GitHub
- URL: https://github.com/da-liii/akka-essentials
- Owner: da-liii
- Created: 2016-04-09T07:05:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T11:14:35.000Z (about 9 years ago)
- Last Synced: 2024-04-14T15:24:11.667Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples from Akka Essentials
This repo is in fact a fork of [Akka-Essentials](https://github.com/write2munish/Akka-Essentials). I update the code for the latest version of Akka.I suggest that the following sections should be skipped when reading the awesome but outdated book:
+ Chapter7
- Coordinated transactions
- Transactor
+ Chapter 11
- Actors and Web Applications