Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 597 Bytes

node-webapp

This is a Node.js app to demo some possibilities. The app is based on the Express framework and makes use of socket.io, redis, jsdom and some other Node modules.

Setup

  1. Ensure Node and NPM are installed
    • sudo apt-get install nodejs npm
  2. Clone this repo (or fork it and clone your fork)
    • git clone git://github.com/myanimal/node-webapp.git
  3. Navigate to node-webapp directory and install dependencies
    • cd node-webapp
    • npm install -d
  4. Launch app
    • node app.js
  5. Test it in your borwser