Back to Rivet

Elysia Integration

examples/elysia/README.md

2.2.1953 B
Original Source

Elysia Integration

Example project demonstrating Elysia web framework integration.

Getting Started

sh
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/elysia
npm install
npm run dev

Features

  • Elysia web framework: Use Elysia for HTTP routing and request handling with actors
  • High-performance routing: Built on Bun for fast request processing
  • Type-safe endpoints: Full TypeScript type safety across HTTP and actor layers
  • Actor integration: Call actor actions from Elysia route handlers

Implementation

This example demonstrates integrating Elysia web framework with Rivet Actors:

Resources

Read more about actions and setup.

License

MIT