An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by fastify

A curated list of projects in awesome lists by fastify .

https://github.com/fastify/fastify

Fast and low overhead web framework, for Node.js

nodejs performance speed webframework

Last synced: 12 May 2025

https://github.com/fastify/fast-json-stringify

2x faster than JSON.stringify()

fastify-library json speed stringify

Last synced: 13 May 2025

https://github.com/fastify/fastify-swagger

Swagger documentation generator for Fastify

documentation fastify fastify-plugin swagger

Last synced: 12 May 2025

https://github.com/fastify/fastify-cli

Run a Fastify application with one command!

cli fastify fastify-tool scaffold tool

Last synced: 13 May 2025

https://github.com/fastify/benchmarks

Fast and low overhead web framework fastify benchmarks

fastest fastify framework nodejs web

Last synced: 14 May 2025

https://github.com/fastify/fastify-nextjs

React server side rendering support for Fastify with Next

fastify fastify-plugin next react ssr

Last synced: 14 May 2025

https://github.com/fastify/fastify-jwt

JWT utils for Fastify

fastify fastify-plugin jwt

Last synced: 14 May 2025

https://github.com/fastify/aws-lambda-fastify

Insipired by aws-serverless-express to work with Fastify with inject functionality

amazon api api-gateway aws cloud fastify fastify-library javascript lambda node nodejs proxy serverless web

Last synced: 14 May 2025

https://github.com/fastify/fastify-rate-limit

A low overhead rate limiter for your routes

fastify fastify-plugin rate-limiting

Last synced: 14 May 2025

https://github.com/fastify/fluent-json-schema

A fluent API to generate JSON schemas

fastify-library

Last synced: 11 Apr 2025

https://github.com/fastify/fastify-multipart

Multipart support for Fastify

fastify fastify-plugin

Last synced: 13 May 2025

https://github.com/fastify/fastify-sensible

Defaults for Fastify that everyone can agree on

defaults fastify fastify-plugin http utility

Last synced: 11 Apr 2025

https://github.com/fastify/fastify-static

Plugin for serving static files as fast as possible

fastify fastify-plugin file-server static

Last synced: 13 May 2025

https://github.com/fastify/fastify-websocket

basic websocket support for fastify

fastify fastify-plugin

Last synced: 14 May 2025

https://github.com/fastify/avvio

Asynchronous bootstrapping of Node applications

fastify fastify-library

Last synced: 10 Apr 2025

https://github.com/fastify/fastify-helmet

Important security headers for Fastify

fastify fastify-plugin

Last synced: 10 Apr 2025

https://github.com/fastify/light-my-request

Fake HTTP injection library

fastify-library http injection nodejs

Last synced: 14 May 2025

https://github.com/fastify/under-pressure

Process load measuring plugin for Fastify, with automatic handling of "Service Unavailable"

fastify fastify-plugin

Last synced: 14 May 2025

https://github.com/fastify/fastify-auth

Run multiple auth functions in Fastify

authentication fastify fastify-plugin strategy-pattern

Last synced: 14 May 2025

https://github.com/fastify/point-of-view

Template rendering plugin for Fastify

fastify fastify-plugin speed templates

Last synced: 14 May 2025

https://github.com/fastify/fastify-http-proxy

Proxy your http requests to another server, with hooks

api-gateway fastify fastify-plugin http-proxy proxy

Last synced: 14 May 2025

https://github.com/fastify/fastify-autoload

Require all plugins in a directory

fastify fastify-plugin

Last synced: 14 May 2025

https://github.com/fastify/fastify-passport

Use passport strategies for authentication within a fastify application

authentication fastify fastify-plugin passport

Last synced: 14 May 2025

https://github.com/fastify/fastify-example-twitter

Fastify example - clone twitter

fastify

Last synced: 04 Oct 2025

https://github.com/fastify/fastify-cookie

A Fastify plugin to add cookies support

fastify fastify-plugin

Last synced: 14 May 2025

https://github.com/fastify/fastify-oauth2

Enable to perform login using oauth2 protocol

fastify fastify-plugin

Last synced: 14 May 2025

https://github.com/fastify/middie

Middleware engine for Fastify

fastify fastify-plugin middlewares performances

Last synced: 14 May 2025

https://github.com/fastify/fastify-express

Express compatibility layer for Fastify

compatibility express fastify fastify-plugin

Last synced: 13 Apr 2025

https://github.com/fastify/fastify-mongodb

Fastify MongoDB connection plugin

database fastify fastify-plugin mongodb

Last synced: 26 Jan 2026

https://github.com/fastify/env-schema

Validate your env variables using Ajv and dotenv

environment environment-variables fastify-library json-schema validation

Last synced: 14 May 2025

https://github.com/fastify/secure-json-parse

JSON.parse() drop-in replacement with prototype poisoning protection

fastify-library json-parser security

Last synced: 14 May 2025

https://github.com/fastify/fastify-env

Fastify plugin to check environment variables

fastify fastify-plugin

Last synced: 15 May 2025

https://github.com/fastify/fastify-secure-session

Create a secure stateless cookie session for Fastify

fastify fastify-plugin

Last synced: 15 May 2025

https://github.com/fastify/fastify-caching

A Fastify plugin to facilitate working with cache headers

fastify fastify-plugin

Last synced: 14 Apr 2025

https://github.com/fastify/fastify-redis

Plugin to share a common Redis connection across Fastify

caching fastify fastify-plugin redis

Last synced: 15 May 2025

https://github.com/fastify/fastify-postgres

Fastify PostgreSQL connection plugin

fastify fastify-plugin postgres

Last synced: 15 May 2025

https://github.com/fastify/fastify-request-context

Request-scoped storage support, based on Asynchronous Local Storage (with fallback to cls-hooked)

async-storage fastify fastify-plugin

Last synced: 15 May 2025

https://github.com/fastify/fastify-bearer-auth

A Fastify plugin to require bearer Authorization headers

fastify fastify-plugin

Last synced: 15 May 2025

https://github.com/fastify/fastify-type-provider-typebox

A Type Provider for Typebox

fastify fastify-plugin

Last synced: 14 Apr 2025

https://github.com/fastify/fast-proxy

Node.js framework agnostic library that enables you to forward an http request to another HTTP server. Supported protocols: HTTP, HTTPS, HTTP2

api fastify-library gateway http javascript js nodejs proxy rest server

Last synced: 14 Mar 2025

https://github.com/fastify/github-action-merge-dependabot

This action automatically approves and merges dependabot PRs.

dependabot pull-requests

Last synced: 14 May 2025

https://github.com/fastify/fastify-reply-from

fastify plugin to forward the current http request to another server

fastify fastify-plugin

Last synced: 14 May 2025

https://github.com/fastify/fastify-circuit-breaker

A low overhead circuit breaker for your routes

circuit-breaker fastify fastify-plugin

Last synced: 15 May 2025

https://github.com/fastify/example

Runnable examples of Fastify

demo examples fastify

Last synced: 04 Apr 2025

https://github.com/fastify/create-fastify

Rapidly generate a Fastify project

fastify fastify-tool nodejs npx

Last synced: 12 Apr 2025

https://github.com/fastify/fastify-formbody

A Fastify plugin to parse x-www-form-urlencoded bodies

fastify fastify-plugin

Last synced: 14 May 2025

https://github.com/fastify/fastify-error

A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins

fastify fastify-library

Last synced: 15 May 2025

https://github.com/fastify/fastify-routes

Decorates fastify instance with a map of routes

fastify fastify-plugin

Last synced: 08 Apr 2025

https://github.com/fastify/session

Session plugin for fastify

fastify fastify-plugin

Last synced: 15 May 2025

https://github.com/fastify/deepmerge

Merges the enumerable properties of two or more objects deeply. Fastest implementation of deepmerge

deepmerge fastify-library merge nodejs

Last synced: 21 Jan 2026

https://github.com/fastify/fastify-awilix

Dependency injection support for fastify

fastify fastify-plugin

Last synced: 16 May 2025

https://github.com/fastify/restartable

Restart Fastify without losing a request

fastify fastify-library

Last synced: 16 May 2025

https://github.com/fastify/busboy

A streaming parser for HTML form data for node.js

fastify-fork fastify-library

Last synced: 14 May 2025

https://github.com/fastify/fastify-schedule

Fastify plugin for scheduling periodic jobs

fastify fastify-plugin

Last synced: 16 May 2025

https://github.com/fastify/fast-uri

Dependency-free RFC 3986 URI toolbox

fastify-library uri uri-parser

Last synced: 15 May 2025

https://github.com/fastify/fastify-example-todo

A Simple Fastify REST API Example

example fastify rest-api

Last synced: 05 Apr 2025

https://github.com/fastify/fastify-funky

Make fastify functional! Plugin, adding support for fastify routes returning functional structures, such as Either, Task or plain parameterless function

fastify fastify-plugin functional-programming

Last synced: 04 Apr 2025

https://github.com/fastify/demo

A concrete example of a Fastify application using what are considered best practices by the Fastify community

best-practises demo demo-app fastify fastify-demo nodejs typescript webframework

Last synced: 09 Apr 2025

https://github.com/fastify/fastify-hotwire

Use the Hotwire pattern with Fastify

fastify fastify-plugin hotwire-turbo

Last synced: 05 Apr 2025

https://github.com/fastify/fastify-etag

Automatically generate etags for HTTP responses, for Fastify

fastify fastify-plugin

Last synced: 16 May 2025

https://github.com/fastify/fastify-mysql

Fastify Mysql connection plugin

fastify fastify-plugin mysql

Last synced: 16 May 2025

https://github.com/fastify/fastify-accepts

Add an accepts parser to Fastify

accept-header encoding fastify fastify-plugin

Last synced: 16 May 2025

https://github.com/fastify/help

Need help with Fastify? File an Issue here

Last synced: 01 Mar 2026

https://github.com/fastify/releasify

A tool to release in a simpler way your module

changelog cli fastify-tool github-releases hacktoberfest release release-notes

Last synced: 05 Apr 2025

https://github.com/fastify/fastify-kafka

Fastify plugin to interact with Apache Kafka

event-sourcing events fastify fastify-plugin kafka

Last synced: 04 Apr 2025

https://github.com/fastify/fastify-url-data

A plugin to provide access to the raw URL components

fastify fastify-plugin

Last synced: 12 Apr 2025

https://github.com/fastify/fastify-response-validation

A simple plugin that enables response validation for Fastify

ajv fastify fastify-plugin response validation

Last synced: 04 Apr 2025

https://github.com/fastify/fastify-routes-stats

provide stats for routes using perf_hooks, for fastify

fastify fastify-plugin

Last synced: 05 Apr 2025

https://github.com/fastify/fastify-elasticsearch

Fastify plugin for Elasticsearch

fastify fastify-plugin

Last synced: 05 Apr 2025

https://github.com/fastify/fastify-type-provider-json-schema-to-ts

A Type Provider for json-schema-to-ts

fastify fastify-library

Last synced: 04 Apr 2025

https://github.com/fastify/one-line-logger

Helps you format fastify's log into a nice one line message

fastify-library

Last synced: 05 Apr 2025

https://github.com/fastify/process-warning

A small utility for creating warnings and emitting them

fastify-library

Last synced: 16 May 2025

https://github.com/fastify/safe-regex2

detect possibly catastrophic, exponential-time regular expressions

fastify-fork fastify-library

Last synced: 19 Oct 2025

https://github.com/fastify/skeleton

Template repository to create standardized Fastify plugins.

fastify fastify-plugin

Last synced: 19 Oct 2025

https://github.com/fastify/fastify-flash

Flash message plugin for Fastify

fastify fastify-plugin

Last synced: 05 Apr 2025

https://github.com/fastify/fastify-accepts-serializer

Serializer according to the accept header

fastify fastify-plugin

Last synced: 09 May 2025

https://github.com/fastify/fastify-leveldb

Plugin to share a common LevelDB connection across Fastify

fastify fastify-plugin

Last synced: 09 Apr 2025

https://github.com/fastify/tsconfig

Shared TypeScript configuration for fastify projects

Last synced: 07 Apr 2025

https://github.com/fastify/fastify-early-hints

Draft plugin of the HTTP 103 implementation

fastify fastify-plugin nodejs

Last synced: 01 Oct 2025

https://github.com/fastify/docs-korean

Last synced: 19 Oct 2025

https://github.com/fastify/ajv-compiler

Build and manage the AJV instances for the fastify framework

ajv ajv-validation fastify fastify-library json-schema

Last synced: 04 Apr 2025

https://github.com/fastify/fastify-throttle

Throttle the download speed of a request

fastify fastify-plugin throttle throttling

Last synced: 19 Oct 2025

https://github.com/fastify/csrf

CSRF utilities for fastify

csrf csrf-protection fastify fastify-fork fastify-plugin

Last synced: 09 Apr 2025

https://github.com/fastify/vite-plugin-blueprint

Vite plugin for shadowing files from a blueprint folder.

fastify-frontend

Last synced: 19 Oct 2025

https://github.com/fastify/fastify-diagnostics-channel

Plugin to deal with diagnostics_channel on Fastify

fastify fastify-plugin

Last synced: 19 Oct 2025

https://github.com/fastify/fastify-bankai

Bankai assets compiler for Fastify

assets browserify compiler

Last synced: 10 Jul 2025

https://github.com/fastify/workflows

Reusable workflows for use in the Fastify organization

Last synced: 11 Sep 2025

https://github.com/fastify/send

Fork of the send module to deal with CVE-2017-20165

fastify-library file-download send

Last synced: 05 Apr 2025