생태계
Fastify 팀에서 관리되는 플러그인들은 Core 아래에 정리되었으며 커뮤니티에 의해 관리되는 플러그인들은 Community 쪽에 정리했습니다.
Core
fastify-accepts
는 요청 객체에 accepts를 지원하도록 합니다.fastify-accepts-serializer
는Accept
헤더에 따라 응답을 직렬화합니다.fastify-auth
는 Fastify에서 여러 인증 계층을 실행합니다.fastify-autoload
는 디렉터리의 모든 플러그인을 포함합니다.fastify-awilix
는 awilix에 기반한 의존성 주입을 지원합니다.fastify-bankai
는 Fastify를 위한 Bankai 에셋 컴파일러입니다.fastify-basic-auth
는 Fastify를 위한 기본 인증 플러그인입니다.fastify-bearer-auth
는 Fastify를 위한 베어러 인증 플러그인입니다.fastify-caching
는 범용 서버 측 캐시와 ETag 지원을 추가합니다.fastify-circuit-breaker
는 적은 오버헤드의 라우팅별 회로 차단기입니다.fastify-compress
는 Fastify 압축 유틸리티입니다.fastify-cookie
는 쿠키 헤더를 파싱하고 설정합니다.fastify-cors
는 Fastify에서 CORS 사용을 활성화합니다.fastify-csrf
는 Fastify에 CSRF 지원을 추가합니다.fastify-diagnostics-channel
는diagnostics_channel
를 Fastify와 함께 사용하기 위한 플러그인입니다.fastify-elasticsearch
는 같은 ElasticSearch 클라이언트를 공유하기 위한 플러그인입니다.fastify-env
는 설정을 확인하고 가져옵니다.fastify-etag
는 HTTP 응답에 대한 ETag를 자동으로 생성합니다.fastify-flash
는 세션을 사용해 플래시 메세지를 설정하고 가져옵니다.fastify-formbody
는 x-www-form-urlencoded 요청 본문을 해석합니다.fastify-funky
는 Fastify에서의 함수형 프로그래밍을 조금 더 편하게 만듭니다. 그리고 Fastify 라우팅이 Either, Task, 순수한 파라메터가 없는 함수를 반환하도록 합니다.fastify-helmet
은 Fastify에 중요한 보안 헤더를 추가해줍니다.fastify-http-proxy
는 HTTP 요청들을 다른 서버로 훅과 함께 프록시할 수 있게 해줍니다.fastify-jwt
는 jsonwebtoken를 내부적으로 사용하는 Fastify의 JWT 유틸리티입니다.fastify-leveldb
는 LevelDB 연결을 Fastify에서 공유하기 위한 플러그인입니다.fastify-mongodb
는 MongoDB 커넥션 풀을 Fastify에서 공유할 수 있는 Fastify MongoDB 커넥션 플러그인입니다.fastify-multipart
는 Fastify에 multipart 지원을 추가합니다.fastify-oauth2
는simple-oauth2
래퍼입니다.fastify-postgres
는 Fastify에서 같은 Postgres 커넥션 풀을 공유하기 위한 플러그인입니다.fastify-rate-limit
은 적은 오버헤드로 라우팅별 rate limit을 설정해줍니다.fastify-request-context
는 thread-local 스토리지와 유사한 AsyncLocalStorage (없다면 cls-hooked)에 기반한 요청 스토리지 플러그인입니다.fastify-response-validation
은 Fastify에서 응답 검증을 활성화하는 플러그인입니다.fastify-nextjs
는 Next를 활용하여 Fastify에 React SSR을 지원합니다.fastify-redis
는 Fastify Redis 커넥터 플러그인으로 서버 전역에서 연결을 공유할 수 있도록 합니다.fastify-reply-from
는 다른 서버로 현재 요청을 포워딩해줍니다.fastify-routes
Plugin that provides aMap
of routes.fastify-schedule
Plugin for scheduling periodic jobs, based on toad-scheduler.fastify-sensible
Defaults for Fastify that everyone can agree on. It adds some useful decorators such as HTTP errors and assertions, but also more request and reply methods.@fastify/session
a session plugin for Fastify.fastify-static
Plugin for serving static files as fast as possible.fastify-swagger
Plugin for serving Swagger/OpenAPI documentation for Fastify, supporting dynamic generation.fastify-websocket
WebSocket support for Fastify. Built upon ws.fastify-url-data
Decorate theRequest
object with a method to access raw URL components.point-of-view
Templates rendering (ejs, pug, handlebars, marko) plugin support for Fastify.under-pressure
Measure process load with automatic handling of "Service Unavailable" plugin for Fastify.
Community
@applicazza/fastify-nextjs
Alternate Fastify and Next.js integration.@coobaha/typed-fastify
Strongly typed routes with a runtime validation using JSON schema generated from types.@dnlup/fastify-doc
A plugin for sampling process metrics.@dnlup/fastify-traps
A plugin to close the server gracefully onSIGINT
andSIGTERM
signals.@gquittet/graceful-server
Tiny (~5k), Fast, KISS, and dependency-free Node.JS library to make your Fastify API graceful.@mgcrea/fastify-graceful-exit
A plugin to close the server gracefully@mgcrea/fastify-request-logger
A plugin to enable compact request logging for Fastify@mgcrea/fastify-session-redis-store
Redis store for @mgcrea/fastify-session using ioredis@mgcrea/fastify-session-sodium-crypto
Fast sodium-based crypto for @mgcrea/fastify-session@mgcrea/fastify-session
Session plugin for Fastify that supports both stateless and stateful sessions@mgcrea/pino-pretty-compact
A custom compact pino-base prettifier@trubavuong/fastify-seaweedfs
SeaweedFS for Fastifyapollo-server-fastify
Run an Apollo Server to serve GraphQL with Fastify.arecibo
Fastify ping responder for Kubernetes Liveness and Readiness Probes.cls-rtracer
Fastify middleware for CLS-based request ID generation. An out-of-the-box solution for adding request IDs into your logs.fastify-405
Fastify plugin that adds 405 HTTP status to your routesfastify-allow
Fastify plugin that automatically adds an Allow header to responses with routes. Also sends 405 responses for routes that have a handler but not for the request's method.fastify-amqp
Fastify AMQP connection plugin, to use with RabbitMQ or another connector. Just a wrapper toamqplib
.fastify-angular-universal
Angular server-side rendering support using@angular/platform-server
for Fastifyfastify-api-key
Fastify plugin to authenticate HTTP requests based on api key and signaturefastify-appwrite
Fastify Plugin for interacting with Appwrite server.fastify-auth0-verify
: Auth0 verification plugin for Fastify, internally uses fastify-jwt and jsonwebtoken.fastify-autocrud
Plugin to auto-generate CRUD routes as fast as possible.fastify-autoroutes
Plugin to scan and load routes based on filesystem path from a custom directory.fastify-axios
Plugin to send HTTP requests via axios.fastify-babel
Fastify plugin for development servers that require Babel transformations of JavaScript sources.fastify-bcrypt
A Bcrypt hash generator & checker.fastify-blipp
Prints your routes to the console, so you definitely know which endpoints are available.fastify-bookshelf
Fastify plugin to add bookshelf.js ORM support.fastify-boom
Fastify plugin to add boom support.fastify-bree
Fastify plugin to add bree support.fastify-casbin
Casbin support for Fastify.fastify-casbin-rest
Casbin support for Fastify based on a RESTful model.fastify-casl
Fastify CASL plugin that supports ACL-like protection of endpoints via either a preSerialization & preHandler hook, sanitizing the inputs and outputs of your application based on user rights.fastify-cloudevents
Fastify plugin to generate and forward Fastify events in the Cloudevents format.fastify-cockroachdb
Fastify plugin to connect to a CockroachDB PostgreSQL instance via the Sequelize ORM.fastify-couchdb
Fastify plugin to add CouchDB support via nano.fastify-custom-healthcheck
Fastify plugin to add health route in your server that asserts custom functions.fastify-decorators
Fastify plugin that provides the set of TypeScript decorators.fastify-disablecache
Fastify plugin to disable client-side caching, inspired by nocache.fastify-dynamodb
AWS DynamoDB plugin for Fastify. It exposes AWS.DynamoDB.DocumentClient() object.fastify-dynareg
Dynamic plugin register for Fastify.fastify-early-hints
Plugin to add HTTP 103 feature based on RFC 8297fastify-envalid
Fastify plugin to integrate envalid in your Fastify project.fastify-error-page
Fastify plugin to print errors in structured HTML to the browser.fastify-esso
The easiest authentication plugin for Fastify, with built-in support for Single sign-on (and great documentation).fastify-explorer
Get control of your decorators across all the encapsulated contexts.fastify-favicon
Fastify plugin to serve default favicon.fastify-feature-flags
Fastify feature flags plugin with multiple providers support (e.g. env, config, unleash).fastify-file-upload
Fastify plugin for uploading files.fastify-firebase
Fastify plugin for Firebase Admin SDK to Fastify so you can easily use Firebase Auth, Firestore, Cloud Storage, Cloud Messaging, and more.fastify-firebase-auth
Firebase Authentication for Fastify supporting all of the methods relating to the authentication API.fastify-formidable
Handy plugin to provide multipart support and fastify-swagger integration.fastify-gcloud-trace
Google Cloud Trace API Connector for Fastify.fastify-get-head
Small plugin to set a new HEAD route handler for each GET route previously registered in Fastify.fastify-good-sessions
A good Fastify sessions plugin focused on speed.fastify-google-cloud-storage
Fastify plugin that exposes a GCP Cloud Storage client instance.fastify-grant
Authentication/Authorization plugin for Fastify that supports 200+ OAuth Providers.fastify-guard
A Fastify plugin that protects endpoints by checking authenticated user roles and/or scopes.fastify-graceful-shutdown
Shutdown Fastify gracefully and asynchronously.fastify-hasura
A Fastify plugin to have fun with Hasura.fastify-healthcheck
Fastify plugin to serve a health check route and a probe script.fastify-hemera
Fastify Hemera plugin, for writing reliable & fault-tolerant microservices with nats.io.fastify-http-context
Fastify plugin for "simulating" a thread of execution to allow for true HTTP context to take place per API call within the Fastify lifecycle of calls.fastify-http2https
Redirect HTTP requests to HTTPS, both using the same port number, or different response on HTTP and HTTPS.fastify-http-client
Plugin to send HTTP(s) requests. Built upon urllib.fastify-http-errors-enhanced
An error handling plugin for Fastify that uses enhanced HTTP errors.fastify-https-redirect
Fastify plugin for auto-redirect from HTTP to HTTPS.fastify-influxdb
Fastify InfluxDB plugin connecting to an InfluxDB instance via the Influx default package.fastify-jwt-authz
JWT user scope verifier.fastify-jwt-webapp
JWT authentication for Fastify-based web apps.fastify-knexjs
Fastify plugin for support KnexJS Query Builder.fastify-knexjs-mock
Fastify Mock KnexJS for testing support.fastify-kubernetes
Fastify Kubernetes client plugin.fastify-language-parser
Fastify plugin to parse request language.fastify-loader
Load routes from a directory and inject the Fastify instance in each file.fastify-lured
Plugin to load lua scripts with fastify-redis and lured.fastify-mailer
Plugin to initialize and encapsulate Nodemailer's transporters instances in Fastify.fastify-markdown
Plugin to markdown support.fastify-method-override
Plugin for Fastify, which allows the use of HTTP verbs, such as DELETE, PATCH, HEAD, PUT, OPTIONS in case the client doesn't support them.fastify-metrics
Plugin for exporting Prometheus metrics.fastify-minify
Plugin for minification and transformation of responses.fastify-mongo-memory
Fastify MongoDB in Memory Plugin for testing support.fastify-mongoose-api
Fastify plugin to create REST API methods based on Mongoose MongoDB models.fastify-mongoose-driver
Fastify Mongoose plugin that connects to a MongoDB via the Mongoose plugin with support for Models.fastify-msgpack
Fastify and MessagePack, together at last. Uses @msgpack/msgpack by default.fastify-multer
Multer is a plugin for handling multipart/form-data, which is primarily used for uploading files.fastify-nats
Plugin to share NATS client across Fastify.fastify-no-additional-properties
AddadditionalProperties: false
by default to your JSON Schemas.fastify-no-icon
Plugin to eliminate thrown errors for/favicon.ico
requests.fastify-nodemailer
Plugin to share nodemailer transporter across Fastify.fastify-normalize-request-reply
Plugin to normalize the request and reply to the Express version 4.x request and response, which allows use of middleware, like swagger-stats, that was originally written for Express.fastify-now
Structure your endpoints in a folder and load them dynamically with Fastify.fastify-nuxtjs
Vue server-side rendering support for Fastify with Nuxt.js Framework.fastify-oas
Generates OpenAPI 3.0+ documentation from routes schemas for Fastify.fastify-objectionjs
Plugin for the Fastify framework that provides integration with objectionjs ORM.fastify-objectionjs-classes
Plugin to cherry-pick classes from objectionjs ORM.fastify-openapi-docs
A Fastify plugin that generates OpenAPI spec automatically.fastify-openapi-glue
Glue for OpenAPI specifications in Fastify, autogenerates routes based on an OpenAPI Specification.fastify-opentelemetry
A Fastify plugin that uses the OpenTelemetry API to provide request tracing.fastify-oracle
Attaches anoracledb
connection pool to a Fastify server instance.fastify-orientdb
Fastify OrientDB connection plugin, with which you can share the OrientDB connection across every part of your server.fastify-piscina
A worker thread pool plugin using Piscina.fastify-peekaboo
Fastify plugin for memoize responses by expressive settings.fastify-postgraphile
Plugin to integrate PostGraphile in a Fastify project.fastify-prettier
A Fastify plugin that uses prettier under the hood to beautify outgoing responses and/or other things in the Fastify server.fastify-print-routes
A Fastify plugin that prints all available routes.fastify-protobufjs
Fastify and protobufjs, together at last. Uses protobufjs by default.fastify-qrcode
This plugin utilizes qrcode to generate QR Code.fastify-qs
A plugin for Fastify that adds support for parsing URL query parameters with qs.fastify-raw-body
Add therequest.rawBody
field.fastify-rbac
Fastify role-based access control plugin.fastify-recaptcha
Fastify plugin for recaptcha verification.fastify-redis-channels
A plugin for fast, reliable, and scalable channels implementation based on Redis streams.fastify-register-routes
Plugin to automatically load routes from a specified path and optionally limit loaded file names by a regular expression.fastify-response-time
AddX-Response-Time
header at each request for Fastify, in milliseconds.fastify-response-caching
A Fastify plugin for caching the response.fastify-resty
Fastify-based web framework with REST API routes auto-generation for TypeORM entities using DI and decorators.fastify-reverse-routes
Fastify reverse routes plugin, allows to defined named routes and build path using name and parameters.fastify-rob-config
Fastify Rob-Config integration.fastify-route-group
Convenient grouping and inheritance of routesfastify-schema-constraint
Choose the JSON schema to use based on request parameters.fastify-schema-to-typescript
Generate typescript types based on your JSON/YAML validation schemas so they are always in sync.fastify-secure-session
Create a secure stateless cookie session for Fastify.fastify-sentry
Fastify plugin to add the Sentry SDK error handler to requests.fastify-sequelize
Fastify plugin work with Sequelize (adapter for NodeJS -> Sqlite, Mysql, Mssql, Postgres).fastify-server-session
A session plugin with support for arbitrary backing caches viafastify-caching
.fastify-slonik
Fastify Slonik plugin, with this you can use slonik in every part of your server.fastify-soap-client
a SOAP client plugin for Fastify.fastify-socket.io
a Socket.io plugin for Fastify.fastify-sse
to provide Server-Sent Events withreply.sse( … )
to Fastify.fastify-sse-v2
to provide Server-Sent Events using Async Iterators (supports newer versions of Fastify).fastify-stripe
Plugin to initialize and encapsulate Stripe Node.js instances in Fastify.fastify-supabase
Plugin to initialize and encapsulate Supabase instances in Fastify.fastify-tls-keygen
Automatically generate a browser-compatible, trusted, self-signed, localhost-only, TLS certificate.fastify-tokenize
Tokenize plugin for Fastify that removes the pain of managing authentication tokens, with built-in integration forfastify-auth
.fastify-totp
A plugin to handle TOTP (e.g. for 2FA).fastify-twitch-ebs-tools
Useful functions for Twitch Extension Backend Services (EBS).fastify-typeorm-plugin
Fastify plugin to work with TypeORM.fastify-vhost
Proxy subdomain HTTP requests to another server (useful if you want to point multiple subdomains to the same IP address, while running different servers on the same machine).fastify-vite
Vite plugin for Fastify with SSR data support.fastify-vue-plugin
Nuxt.js plugin for Fastify. Control the routes nuxt should use.fastify-wamp-router
Web Application Messaging Protocol router for Fastify.fast-water
A Fastify plugin for waterline. Decorates Fastify with waterline models.fastify-webpack-hmr
Webpack hot module reloading plugin for Fastify.fastify-ws
WebSocket integration for Fastify — with support for WebSocket lifecycle hooks instead of a single handler function. Built upon ws and uws.fastify-xml-body-parser
Parse XML payload / request body into JS / JSON object.fastify-xray
Fastify plugin for AWS XRay recording.i18next-http-middleware
An i18next based i18n (internationalization) middleware to be used with Node.js web frameworks like Express or Fastify and also for Deno.k-fastify-gateway
API Gateway plugin for Fastify, a low footprint implementation that uses thefastify-reply-from
HTTP proxy library.mercurius
A fully-featured and performant GraphQL server implementation for Fastify.nstats
A fast and compact way to get all your network and process stats for your node application. Websocket, HTTP/S, and prometheus compatible!oas-fastify
OAS 3.x to Fastify routes automation. Automatically generates route handlers with fastify configuration and validation.openapi-validator-middleware
Swagger and OpenAPI 3.0 spec-based request validation middleware that supports Fastify.sequelize-fastify
A simple and lightweight Sequelize plugin for Fastify.