Deno Example

Example project demonstrating basic actor state management and RPC calls using Deno runtime.

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:

Resources

Read more about actions, state, and setup.