examples/multi-region-vercel/README.md
Note: This is the Vercel-optimized version of the multi-region example. It uses the
hono/verceladapter and is configured for Vercel deployment.
Demonstrates deploying Rivet Actors across multiple geographic regions for low-latency global access.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/multi-region
npm install
npm run dev
This example demonstrates deploying actors across multiple regions:
src/backend/registry.ts): Shows configuration for multi-region actor deploymentRead more about actions, state, and setup.
MIT