Introduction
Distributed actors help your program talk to parts running on other computers easily and safely.
You want to build a chat app where users connect from different devices.
You need to run tasks on multiple servers and collect results.
You want to share data between apps running on different machines.
You are making a game where players connect over the internet.
You want to split work across several computers to speed up processing.