What is node-static?
"simple, compliant file streaming module for node"
node-static is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 41.1 KB on disk.
Installation Guide
# Install via NPM
npm install node-static
# Install via Yarn
yarn add node-static