Skip to content

Commit 8379f35

Browse files
authored
Merge pull request #497 from ilyhalight/patch-1
Updated community plugins
2 parents 562f3ff + 661b423 commit 8379f35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/plugins/overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This is to ensure developers end up with a performant web server they intend to
7272
- [Decorators](https://github.com/gaurishhs/elysia-decorators) - use TypeScript decorators
7373
- [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
7474
- [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
7676
- [Autoroutes](https://github.com/wobsoriano/elysia-autoroutes) - filesystem routes
7777
- [Group Router](https://github.com/itsyoboieltr/elysia-group-router) - filesystem and folder-based router for groups
7878
- [Basic Auth](https://github.com/itsyoboieltr/elysia-basic-auth) - basic HTTP authentication
@@ -111,6 +111,7 @@ This is to ensure developers end up with a performant web server they intend to
111111
- [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.
112112
- [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.
113113
- [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.
114115

115116
## Complementary projects:
116117
- [prismabox](https://github.com/m1212e/prismabox) - Generator for typebox schemes based on your database models, works well with elysia

0 commit comments

Comments
 (0)