node-localStorage
v0.0.1
Published
key-value storage for Node.js likenes localStorage
Downloads
38
Readme
node-storage
This library is likeness localStorage in browsers. It implements all methods and properties of localStorage, but it not localStorage!
How to use
'use strict';
const nodeStorage = require('node-storage');
global.nodeStorage = nodeStorage.storage('/path/to/jsondb.json');