Fastify
High-performance Node.js web framework — schema-based validation, plugin architecture, and up to 2x the throughput of Express.
Fastify’s JSON schema validation pipeline and low overhead make it one of the fastest Node.js frameworks available. Its plugin system with dependency injection ensures encapsulation and reuse across large applications. Full TypeScript support and OpenAPI plugin make it popular for building typed APIs.
// tags
backendnodejsapirestperformanceschemaplugins