The akka-tutorial project is a very simple grid computing app for determining all prime numbers in a given range of numbers. The implementation is very basic and uses only the core concepts of the ...
This project is based on the tutorial example for getting started with Akka from the official documentation. The plan is to reproduce the tutorial example and build on it to obtain a complete ...