Features
- Elysia web framework: Use Elysia for HTTP routing and request handling with actors
- High-performance routing: Built on Bun for fast request processing
- Type-safe endpoints: Full TypeScript type safety across HTTP and actor layers
- Actor integration: Call actor actions from Elysia route handlers
Implementation
This example demonstrates integrating Elysia web framework with Rivet Actors:
- Actor Definition (
src/backend/registry.ts): Shows how to use Elysia router with actors for HTTP endpoints


