examples/hono/README.md
Build type-safe HTTP APIs with Hono web framework and RivetKit Actors. Features lightweight routing, middleware support, and seamless actor integration.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/hono
npm install
npm run dev
This example demonstrates integrating Hono web framework with Rivet Actors:
src/backend/registry.ts): Shows how to use Hono for HTTP routing with actorsRead more about actions and setup.
MIT