express-nedb-session
IMPORTANT: this library is not maintained anymore, please don't submit anymore pull requests except for bugfixes
NeDB-backed session store for the Express 4 session middleware.
Install and test
npm install connect-nedb-sessionnpm test
How to use
var express = session = NedbStore = session; // Use with the session middleware (replace express with connect if you use Connect)server;
License
MIT