Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 1018 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 1018 Bytes

ExpresSJ

Installation and Usage

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

Dependencies

  • 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

File Tree