Skip to content

Commit

Permalink
docs(ecosystem): add 2 new fastify v3.x+ plugins (#4270)
Browse files Browse the repository at this point in the history
* chore(docs): add 2 new fastify v3.x+ plugins

This commit adds the following plugins to the community section of the plugins' list:

- [`@ethicdevs/fastify-custom-session](https://github.com/EthicDevs/fastify-custom-session)
- [`@ethicdevs/fastify-git-server](https://github.com/EthicDevs/fastify-git-server)

Hope you'll like them 😛

* docs(ecosystem): update list sort
  • Loading branch information
WNemencha committed Sep 13, 2022
1 parent 072ccd6 commit fa7b5df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Guides/Ecosystem.md
Expand Up @@ -146,6 +146,13 @@ section.
close the server gracefully on `SIGINT` and `SIGTERM` signals.
- [`@eropple/fastify-openapi3`](https://github.com/eropple/fastify-openapi3) Provides
easy, developer-friendly OpenAPI 3.1 specs + doc explorer based on your routes.
- [`@ethicdevs/fastify-custom-session`](https://github.com/EthicDevs/fastify-custom-session)
A plugin that let you use session and decide only where to load/save from/to. Has
great TypeScript support + built-in adapters for common ORMs/databases (Firebase,
Prisma Client, Postgres (wip), InMemory) and you can easily make your own adapter!
- [`@ethicdevs/fastify-git-server`](https://github.com/EthicDevs/fastify-git-server)
A plugin to easily create git server and make one/many Git repositories available
for clone/fetch/push through the standard `git` (over http) commands.
- [`@gquittet/graceful-server`](https://github.com/gquittet/graceful-server)
Tiny (~5k), Fast, KISS, and dependency-free Node.JS library to make your
Fastify API graceful.
Expand Down

0 comments on commit fa7b5df

Please sign in to comment.