To Use:
- Install NodeJS NodeJS Github
- Install NPM - curl http://npmjs.org/install.sh | (sudo) sh
- Install socket.io and express in the nes_lesson folder you're wanting to run - npm install socket.io express
- Run the server from the nes_lesson folder - node server.js
- Connect to your new server - http://localhost:1337/ - Some later lessons have other webpages as well. See each lesson for specifics
-Sean Lander -How I Learned Blank