Features
- Multi-region deployment: Deploy actors across multiple geographic regions automatically
- Low-latency access: Users connect to the nearest region for optimal performance
- Automatic routing: Requests automatically routed to the appropriate regional deployment
- Global state management: Actor state synchronized across regions as needed
Implementation
This example demonstrates deploying actors across multiple regions:
- Actor Definition (
src/backend/registry.ts): Shows configuration for multi-region actor deployment



