What is formidable?
"A node.js module for parsing form data, especially file uploads."
formidable is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 199.0 KB on disk.
Installation Guide
# Install via NPM
npm install formidable
# Install via Yarn
yarn add formidable