Overview of Elysia features
mainElysia is a TypeScript-first web framework designed for high performance and exceptional developer experience, specifically optimized for the Bun runtime. Key features include:
- End-to-End Type Safety: Provides type integrity similar to tRPC, ensuring your frontend and backend stay in sync.
- High Performance: Optimized for Bun, significantly faster than frameworks like Express.
- Unified Type System: A single source of truth for TypeScript types, runtime validation, and documentation.
- Frontend RPC Connector: Enables seamless communication between client and server with full type safety.
- WinterCG Compliance: Adheres to web standards for better compatibility.
- GraphQL Support: Fully type-safe GraphQL implementation.