I tried searching the web for a node module that can access the client's localStorage but wasn't able to find anything. Anyone know of one?
You can use :
node-localstorage npm module to use localStorage at the nodejs server side.
node-localstorage
localStorage
var LocalStorage = require('node-localstorage').LocalStorage, localStorage = new LocalStorage('./scratch');
1.4m articles
1.4m replys
5 comments
57.0k users