Present some of the core concepts in Akka while playing Ping Pong!
- Concurrency
- Fault tolerance (supervision strategy)
- Akka remote
- Akka cluster
- Akka persistence
sbt docker:publishLocal
docker-compose up
under the project root directory
Example (executable in restclient-mode)
:port = 9000
:header = << CONTENT-TYPE: application/json
POST http://localhost::port/ping :header
{"type": "pingpongball"}
GET http://localhost::port/ping :header