Fastify

Fastify is a fast and low-overhead web framework for Node.js, designed for building high-performance APIs and microservices. It features a powerful plugin architecture, JSON Schema-based request and response validation, automatic serialization, comprehensive logging with Pino, and TypeScript support out of the box.

API entry from apis.yml

apis.yml Raw ↑
aid: fastify:fastify
name: Fastify
description: Fastify is a fast and low-overhead web framework for Node.js, designed for building high-performance
  APIs and microservices. It features a powerful plugin architecture, JSON Schema-based request and response
  validation, automatic serialization, comprehensive logging with Pino, and TypeScript support out of
  the box.
humanURL: https://fastify.dev/
tags:
- Frameworks
- High Performance
- JavaScript
- JSON Schema
- Node.js
- TypeScript
properties:
- type: JSONSchema
  url: https://raw.githubusercontent.com/api-evangelist/fastify/refs/heads/main/json-schema/fastify-route-schema.json
- type: JSONSchema
  url: https://raw.githubusercontent.com/api-evangelist/fastify/refs/heads/main/json-schema/fastify-plugin-config.json