What is memory-web-storage?
"Simple replacement for web storages (i.e. localStorage) with the same API"
memory-web-storage is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 4.7 KB on disk.
Installation Guide
# Install via NPM
npm install memory-web-storage
# Install via Yarn
yarn add memory-web-storage