You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugins/overview.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ This is to ensure developers end up with a performant web server they intend to
72
72
-[Decorators](https://github.com/gaurishhs/elysia-decorators) - use TypeScript decorators
73
73
-[Autoload](https://github.com/kravetsone/elysia-autoload) - filesystem router based on a directory structure that generates types for [Eden](https://elysiajs.com/eden/overview.html) with [`Bun.build`](https://github.com/kravetsone/elysia-autoload?tab=readme-ov-file#bun-build-usage) support
74
74
-[Msgpack](https://github.com/kravetsone/elysia-msgpack) - allows you to work with [MessagePack](https://msgpack.org)
75
-
[XML](https://github.com/kravetsone/elysia-xml) - allows you to work with XML
75
+
-[XML](https://github.com/kravetsone/elysia-xml) - allows you to work with XML
@@ -111,6 +111,7 @@ This is to ensure developers end up with a performant web server they intend to
111
111
-[Elysia XSS](https://www.npmjs.com/package/elysia-xss) - a plugin for Elysia.js that provides XSS (Cross-Site Scripting) protection by sanitizing request body data.
112
112
-[Elysiajs Helmet](https://www.npmjs.com/package/elysiajs-helmet) - a comprehensive security middleware for Elysia.js applications that helps secure your apps by setting various HTTP headers.
113
113
-[Decorators for Elysia.js](https://github.com/Ateeb-Khan-97/better-elysia) - seamlessly develop and integrate APIs, Websocket and Streaming APIs with this small library.
114
+
-[Elysia Protobuf](https://github.com/ilyhalight/elysia-protobuf) - support protobuf for Elysia.
114
115
115
116
## Complementary projects:
116
117
-[prismabox](https://github.com/m1212e/prismabox) - Generator for typebox schemes based on your database models, works well with elysia
0 commit comments