What is web?
"A small and fast web/http library for nodejs. (replaces the built-in http module)"
web is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 0 KB on disk.
Installation Guide
# Install via NPM
npm install web
# Install via Yarn
yarn add web