https://elysiajs.com/essential/plugin
Plugin - ElysiaJS | ElysiaJS
A plugin is a way to decouple logic into smaller parts, defining reusable components across the server. Plugin can register by using `use`, registering a...
pluginelysiajs
https://elysiajs.com/integrations/tanstack-start
Integration with Tanstack Start - ElysiaJS | ElysiaJS
Elysia can run inside Tanstack Start API server routes, and both works in Data Loader or with Tanstack React Query with type safety using Eden.
tanstack startintegrationelysiajs
https://elysiajs.com/patterns/typescript
TypeScript - ElysiaJS | ElysiaJS
TypeScript has first-class support in Elysia. Learn how to leverage TypeScript's powerful type system with Elysia's intuitive API, schema-based validation and...
typescriptelysiajs
https://elysiajs.com/plugins/graphql-apollo
Apollo GraphQL Plugin - ElysiaJS | ElysiaJS
Plugin for Elysia that adds support for using GraphQL Apollo on the Elysia server. Start by installing the plugin with
apollo graphqlpluginelysiajs
https://topenddevs.com/podcasts/javascript-jabber/discovering-elysiajs-and-the-duality-of-typescript-and-javascript-jsj-609
Discovering ElysiaJS and The Duality of TypeScript and JavaScript - JSJ 609 - JavaScript Jabber -...
and thediscoveringelysiajsduality
https://elysiajs.com/integrations/drizzle
Integration with Drizzle - ElysiaJS | ElysiaJS
We may use Drizzle to create end-to-end type safety from database to validation to frontend with drizzle-typebox
integrationdrizzleelysiajs
https://elysiajs.com/tutorial/features/end-to-end-type-safety/
End-to-End Type Safety - Elysia Tutorial | ElysiaJS
Elysia provides an end-to-end type safety between backend and frontend without code generation similar to tRPC, using Eden.
type safetyendelysiatutorial
https://elysiajs.com/plugins/openapi
OpenAPI Plugin - ElysiaJS | ElysiaJS
Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with
openapipluginelysiajs
https://elysiajs.com/integrations/react-email
React Email - ElysiaJS | ElysiaJS
As Elysia is using Bun as runtime environment, we may directly use React Email and import JSX directly to our base to send emails.
react emailelysiajs
https://elysiajs.com/integrations/expo
Integration with Expo - ElysiaJS | ElysiaJS
With Expo App Router, you can run Elysia on Expo route. Elysia will work normally as expected thanks to WinterTC compliance.
integrationexpoelysiajs
https://elysiajs.com/plugins/html
HTML Plugin - ElysiaJS | ElysiaJS
Plugin for Elysia that adds shortcut support for returning HTML in the Elysia server. Start by installing the plugin with
htmlpluginelysiajs
https://elysiajs.com/integrations/cloudflare-worker
Integration with Cloudflare Worker - ElysiaJS | ElysiaJS
Elysia can run on Cloudflare Worker with support for Ahead of Time Compilation using Cloudflare Worker adapter.
cloudflare workerintegrationelysiajs
https://n.mumingfang.com/archives/xo_link/elysiajs
ElysiaJS - 其他框架 - 霂明导航
Elysia 是一个基于区块链的在线平台,它旨在为全球内容创作者和出版商提供一个去中心化的内容分发网络。通过使用区块链技术,Elysia 致力于解决传统内容分发系统中存在的一些问题,如版权保护、内容审查和收益分配不公等。 Elysia 的核心功能包括: 内容分发:用户可以在 Elysia...
elysiajs
https://elysiajs.com/patterns/unit-test
Testing - ElysiaJS | ElysiaJS
You can use `bun:test` to create a unit test with Elysia. Elysia instance has a `handle` method that accepts `Request` and will return a `Response`, the same...
testingelysiajs
https://elysiajs.com/patterns/typebox
TypeBox (Elysia.t) - ElysiaJS | ElysiaJS
Schemas are strictly typed definitions, used to infer TypeScript's type and data validation of an incoming request and outgoing response. Elysia's schema...
typeboxelysia