I am trying to use sessions in node.js, for that, i have to use connect-mongo package but in its documentation its been used with express's middleware function app.use() what if I want to use it in a project which does not use any framework like express.js
I have just started using node.js (or any backend) technology, so pardon for any mistakes