examples/elysia/README.md
Example project demonstrating Elysia web framework integration.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/elysia
npm install
npm run dev
This example demonstrates integrating Elysia web framework with Rivet Actors:
src/backend/registry.ts): Shows how to use Elysia router with actors for HTTP endpointsRead more about actions and setup.
MIT