/node-session

Node.js http server using Express that stores sessions

Primary LanguageJavaScript

node-session

The node-session project is an NPM-managed javascript application for running an Express JS web server and that stores browsing sessions.

Sessions

The sessions are created and managed using the express-session NPM module and are stored in Redis.