examples/cloudflare-workers-hono/README.md
Example project demonstrating Cloudflare Workers deployment with Hono router.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/cloudflare-workers-hono
npm install
npm run dev
This example demonstrates combining Hono with Rivet Actors on Cloudflare Workers:
src/backend/registry.ts): Shows how to integrate Hono router with actors on Cloudflare WorkersRead more about Cloudflare Workers integration and actions.
MIT