Skip to content

Commit da13132

Browse files
committed
📘 doc: update ecosystem
1 parent ecd8131 commit da13132

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/plugins/overview.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,25 @@ To ensure that developers endup with performant web server they intent to create
2626
That's why Elysia is creating pre-built common pattern plugin for convinient usage for developers:
2727

2828
## Official plugins:
29-
- [Bearer](/plugins/bearer) - retreiving Bearer token.
30-
- [Cookie](/plugins/cookie) - get/set cookie
31-
- [CORS](/plugins/cors) - handle CORS request
32-
- [Cron](/plugins/cron) - running cron
33-
- [Eden](/plugins/eden/overview) - fully type-safe client for Elysia server
34-
- [GraphQL Apollo](/plugins/graphql-apollo) - using GraphQL Apollo with Elysia
35-
- [GraphQL Yoga](/plugins/graphql-yoga) - using GraphQL Yoga with Elysia
36-
- [HTML](/plugins/html) - shorthand returning HTML
37-
- [JWT](/plugins/jwt) - authenticating with JWT
29+
- [Bearer](/plugins/bearer) - retreiving Bearer token automatically
30+
- [Cookie](/plugins/cookie) - toolkits for handling cookie
31+
- [CORS](/plugins/cors) - setup Cross Origin Request request
32+
- [Cron](/plugins/cron) - setup cronjob
33+
- [Eden](/plugins/eden/overview) - end-to-end type safe client for Elysia
34+
- [GraphQL Apollo](/plugins/graphql-apollo) - run GraphQL Apollo on Elysia
35+
- [GraphQL Yoga](/plugins/graphql-yoga) - run GraphQL Yoga on Elysia
36+
- [HTML](/plugins/html) - convenient plugin for handling HTML response
37+
- [JWT](/plugins/jwt) - authentication with JWT
3838
- [Static](/plugins/static) - serve static file/folders
39-
- [Swagger](/plugins/swagger) - generate Swagger on fly
39+
- [Swagger](/plugins/swagger) - generate Swagger documentation in 1 line
4040
- [tRPC](/plugins/trpc) - add tRPC support
4141
- [WebSocket](/patterns/websocket) - websocket support
4242

4343
## Community plugins:
4444
- [OAuth2](https://github.com/bogeychan/elysia-oauth2) - handle OAuth 2.0 authorization code flow
4545
- [Rate Limit](https://github.com/rayriffy/elysia-rate-limit) - simple lightweight rate limiter
46+
- [Elysia Polyfills](https://github.com/bogeychan/elysia-polyfills) - run Elysia ecosystem on Node and Deno
47+
- [Elysia Lambda](https://github.com/TotalTechGeek/elysia-lambda) - deploy Elysia on AWS Lambda
4648

4749
---
4850
If you have plugin written for Elysia, feels free to share you plugin by creating PR to [documentation repo](https://github.com/elysiajs/documentation).

0 commit comments

Comments
 (0)