examples/trpc/README.md
Example project demonstrating tRPC integration.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/trpc
npm install
npm run dev
This example demonstrates integrating tRPC with Rivet Actors:
src/backend/registry.ts): Shows how to integrate tRPC router with actors for end-to-end type safetyRead more about actions, state, and setup.
MIT