This repository is a collection of examples built with the Actix-Telepathy library.
- paper-example: A simple example to demonstrate the easy transition from an Actix to an Actix-Telepathy application.
- PowerPingPong A distributed Actix-Telepathy application that sends byte messages back and forth but every time increases the message size by the power of 2.
- Primes Calculation A distributed Actix-Telepathy application that calculates all primes up to a given number by distributing the search space to a pool of workers.
- Alternative Implementations Holds a zip file with implementations of PowerPingPong and Primes Calculation implemented in Akka and Orleans.