Backend
Elysia
Integrate Rivet with Elysia for fast TypeScript web applications
Elysia is a fast and type-safe web framework for Bun. Rivet integrates seamlessly with Elysia using the .mount()
method.
View Example on GitHub
Check out the complete example
Installation
Install Elysia alongside Rivet:
Command Line
Basic Setup
Create Your Registry
Set up your Rivet Actors:
TypeScript
Integrate with Elysia
Mount Rivet into your Elysia application:
TypeScript