What is fastify?
"Fast and low overhead web framework, for Node.js"
fastify is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 2.6 MB on disk.
Installation Guide
# Install via NPM
npm install fastify
# Install via Yarn
yarn add fastify