Download node at nodejs.org and install it, if you haven't already.
git clone https://github.com/CoreDevo/ExpresSJ.git
cd ExpresSJ/
npm install
node bin/www.js
- body-parser: Node.js body parsing middleware
- cookie-parser: cookie parsing with signatures
- express: Fast, unopinionated, minimalist web framework
- js-cookie: A simple, lightweight JavaScript API for handling cookies
- mongodb: The official MongoDB driver for Node.js
- morgan: HTTP request logger middleware for node.js
- socket.io: node.js realtime framework server
- debug: small debugging utility