Features
- Hono + Bun runtime: High-performance HTTP routing with Bun's fast JavaScript runtime
- React frontend: Full-stack example with React UI and actor backend
- Type-safe API: Full TypeScript type safety from frontend to actor actions
- Fast development: Hot reloading and instant startup with Bun
Implementation
This example demonstrates using Hono with Bun runtime and React:
- Actor Definition (
src/backend/registry.ts): Shows how to integrate Hono, Bun, and React with Rivet Actors

