What is workerpool?
"Offload tasks to a pool of workers on node.js and in the browser"
workerpool is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 577.4 KB on disk.
Installation Guide
# Install via NPM
npm install workerpool
# Install via Yarn
yarn add workerpool