Features
- Hono web framework: Lightweight, fast HTTP routing for actor APIs
- Actor integration: Call actor actions from Hono route handlers
- Type-safe endpoints: Full TypeScript type safety across HTTP and actor layers
- Middleware support: Use Hono middleware for authentication, logging, and more
Implementation
This example demonstrates integrating Hono web framework with Rivet Actors:
- Actor Definition (
src/backend/registry.ts): Shows how to use Hono for HTTP routing with actors


