Features
- Express web framework: Use Express for HTTP routing and middleware with actors
- Familiar API: Standard Express patterns and middleware work seamlessly
- Actor integration: Call actor actions from Express route handlers
- Type-safe communication: TypeScript support for actor method calls
Implementation
This example demonstrates integrating Express web framework with Rivet Actors:
- Actor Definition (
src/backend/registry.ts): Shows how to use Express middleware and routing with actors


