What is bluebird?
"Full featured Promises/A+ implementation with exceptionally good performance"
bluebird is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 617.6 KB on disk.
Installation Guide
# Install via NPM
npm install bluebird
# Install via Yarn
yarn add bluebird