Features
- Deno runtime support: Run Rivet Actors on Deno for modern JavaScript/TypeScript execution
- Type-safe actions: Define and call actor actions with full TypeScript type safety
- Actor state management: Persistent state automatically managed across actor lifecycle
- RPC-style communication: Call actor methods from client code with automatic serialization
Implementation
This example demonstrates using Rivet Actors with the Deno runtime:
- Actor Definition (
src/backend/registry.ts): Shows how to configure actors for Deno runtime


