Search code examples
javascriptframeworksmongodbnode.jsv8

Node.js framework with sessions support in MongoDB


I am looking for a node.js framework which is capable of tracing user sessions via cookies/storage on the server side.

Storage has to be in MongoDB


Solution

  • Look at the express framework. http://expressjs.com/ it is built on the connect middleware which has several middleware providers for the features you are after.