Features
- Cloudflare Workers integration: Deploy Rivet Actors to Cloudflare's edge network using Durable Objects
- Hono routing: Use Hono web framework for HTTP request handling
- Edge-native execution: Actors run at the edge for low-latency global access
- Type-safe API endpoints: Full TypeScript support across actor and HTTP layers
Implementation
This example demonstrates combining Hono with Rivet Actors on Cloudflare Workers:
- Actor Definition (
src/backend/registry.ts): Shows how to integrate Hono router with actors on Cloudflare Workers
Resources
Read more about Cloudflare Workers integration and actions.


