What is stream-meter?
"A stream meter that both counts the bytes piped through it, and can optionally abort on a max size. (e.g. limit a http request size)"
stream-meter 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 stream-meter
# Install via Yarn
yarn add stream-meter