Elysia Integration

Example project demonstrating Elysia web framework integration.

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.