Fastify
fastify.devFast and low overhead web framework, for Node.js
Dev Toolsnodejsweb-frameworktypescriptrest-apiopen-sourcejavascriptperformance

About
Fastify is a high-performance Node.js web framework focused on developer experience and minimal overhead, capable of handling up to 30,000 requests per second. It features a powerful plugin architecture, JSON Schema-based validation, integrated logging via Pino, and full TypeScript support. Inspired by Hapi and Express, it is designed to be extensible through hooks, plugins, and decorators.
Problem
Building fast, efficient web servers in Node.js without sacrificing security, validation, or developer experience.
For
Node.js developers building web servers and APIs
How it works
Fastify provides a plugin-based web framework installed via npm that routes HTTP requests, validates input/output with JSON Schema, and logs with Pino for minimal performance overhead.
Business model
open-source
Status
launched