Fastify
Organization@fastify
Fast and low overhead web framework, for Node.js
75
Published Tools
0
Total Stars
0
Weekly Downloads
1,181
GitHub Followers
139
Public Repos
Published Tools
75 Skillsacross 2 categories@fastify/accept-negotiator
climba03003
a negotiator for the accept-headers
@fastify/ajv-compiler
eomm
Build and manage the AJV instances for the fastify framework
avvio
matteo.collina
Asynchronous bootstrapping of Node applications
@fastify/busboy
matteo.collina
A streaming parser for HTML form data for node.js
@fastify/csrf
eomm
primary logic behind csrf tokens
@fastify/deepmerge
matteo.collina
Merges the enumerable properties of two or more objects deeply.
env-schema
matteo.collina
Validate your env variables using Ajv with .env file support using Node.js built-in parseEnv
fast-content-type-parse
fdawgs
Parse HTTP Content-Type header according to RFC 7231
@fastify/fast-json-stringify-compiler
eomm
Build and manage the fast-json-stringify instances for the fastify framework
fast-json-stringify
climba03003
Stringify your JSON at max speed
fast-uri
gurgunday
Dependency-free RFC 3986 URI toolbox
@fastify/auth
fdawgs
Run multiple auth functions in Fastify
@fastify/autoload
fdawgs
Require all plugins in a directory
@fastify/basic-auth
fdawgs
Fastify Basic auth plugin
@fastify/circuit-breaker
fdawgs
A low overhead circuit breaker for your routes
fastify-cli
eomm
Run a fastify route with one command!
@fastify/compress
jsumners
Fastify compression utils
@fastify/cors
gurgunday
Fastify CORS
@fastify/csrf-protection
eomm
A plugin for adding CSRF protection to Fastify.
@fastify/elasticsearch
fdawgs
Fastify plugin for elastic search
@fastify/env
eomm
Fastify plugin to check environment variables
@fastify/error
eomm
A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.
@fastify/helmet
eomm
Important security headers for Fastify
@fastify/http-proxy
eomm
proxy http requests, for Fastify
@fastify/jwt
kibertoad
JWT utils for Fastify
@fastify/mongodb
eomm
Fastify MongoDB connection plugin
@fastify/multipart
matteo.collina
Multipart plugin for Fastify
@fastify/mysql
matteo.collina
Fastify Mysql connection plugin
@fastify/nextjs
gurgunday
React server side rendering support for Fastify with Next
@fastify/oauth2
matteo.collina
Perform login using oauth2 protocol
@fastify/passport
fdawgs
Simple, unobtrusive authentication for Fastify.
fastify-plugin
eomm
Plugin helper for Fastify
@fastify/postgres
fdawgs
Fastify PostgreSQL connection plugin
@fastify/rate-limit
fdawgs
A low overhead rate limiter for your routes
@fastify/redis
eomm
Plugin to share a common Redis connection across Fastify.
@fastify/reply-from
eomm
forward your HTTP request to another server, for fastify
@fastify/response-validation
fdawgs
A simple plugin that enables response validation for Fastify.
@fastify/secure-session
matteo.collina
Create a secure stateless cookie session for Fastify
@fastify/static
matteo.collina
Plugin for serving static files as fast as possible.
@fastify/swagger-ui
eomm
Serve Swagger-ui for Fastify
@fastify/swagger
matteo.collina
Serve Swagger/OpenAPI documentation for Fastify, supporting dynamic generation
@fastify/type-provider-json-schema-to-ts
matteo.collina
A Type Provider for json-schema-to-ts over Fastify
@fastify/type-provider-typebox
gurgunday
A Type Provider for Typebox over Fastify
@fastify/valkey-glide
gurgunday
Plugin to share a common valkey connection across Fastify.
@fastify/vite
GitHub Actions
Official Fastify plugin for Vite integration.
@fastify/websocket
climba03003
basic websocket support for fastify
@fastify/zipkin
fdawgs
Fastify plugin for Zipkin distributed tracing system.
fastify
eomm
Fast and low overhead web framework, for Node.js
fluent-json-schema
fdawgs
JSON Schema fluent API
@fastify/forwarded
eomm
Parse HTTP X-Forwarded-For header
json-schema-ref-resolver
fdawgs
JSON schema reference resolver
light-my-request
matteo.collina
Fake HTTP injection library
@fastify/merge-json-schemas
fdawgs
Builds a logical conjunction (AND) of multiple JSON schemas
@fastify/middie
matteo.collina
Middleware engine for Fastify
@fastify/one-line-logger
matteo.collina
A simple formatter for fastify's logs
openapi-schema-diff
ivan-tymoshenko
Finds changes between two OpenAPI schemas
@fastify/otel
metcoder95
Official Fastify OpenTelemetry Instrumentation
@fastify/view
matteo.collina
Template plugin for Fastify
process-warning
eomm
A small utility for creating warnings and emitting them.
@fastify/proxy-addr
eomm
Determine the address of a proxied request
secure-json-parse
eomm
JSON parse with prototype poisoning protection
@fastify/send
fdawgs
Better streaming static file server with Range and conditional-GET support
@fastify/sse
matteo.collina
Server-Sent Events plugin for Fastify
fastify-tsconfig
matteo.collina
Shared TypeScript configuration
@fastify/under-pressure
fdawgs
Process load measuring plugin for Fastify, with automatic handling of 'Service Unavailable'
@fastify/aws-lambda
adrai
Inspired by aws-serverless-express to work with Fastify with inject functionality.
@fastify/caching
fdawgs
A plugin for Fastify to enable management of cache control headers
@fastify/cookie
fdawgs
Plugin for fastify to add support for cookies
@fastify/formbody
fdawgs
A module for Fastify to parse x-www-form-urlencoded bodies
aws-lambda-fastify
rafaelgss
`aws-lambda-fastify@2.2.0` has been deprecated. Please use `@fastify/aws-lambda@3.0.0` instead.
@fastify/awilix
kibertoad
Dependency injection support for fastify framework
@fastify/request-context
fdawgs
Request-scoped storage support, based on Asynchronous Local Storage, with fallback to cls-hooked for older Node versions
@fastify/schedule
fdawgs
Fastify plugin for scheduling periodic jobs
@fastify/pre-commit
eomm
Automatically install pre-commit hooks for your npm modules.
safe-regex2
fdawgs
detect possibly catastrophic, exponential-time regular expressions