examples/cloudflare-workers/README.md
Example project demonstrating Cloudflare Workers deployment.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/cloudflare-workers
npm install
npm run dev
This example demonstrates deploying Rivet Actors to Cloudflare Workers with native Durable Object SQLite:
src/actors.ts): Shows how to set up a SQLite-backed actor for Cloudflare Workers using Durable ObjectsRead more about Cloudflare Workers integration, actions, and state.
MIT