Cloudflare Workers with Hono

Example project demonstrating Cloudflare Workers deployment with Hono router.

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:

Resources

Read more about Cloudflare Workers integration and actions.