Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 744 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 744 Bytes

Socket.io Yo Demo

Steps we will take to get this running

  1. Clone this repo locally

  2. Update package.json to include socket.io

  3. Run npm install -d to install all dependencies

  4. Test the app and make sure it runs

  5. Create a script tag in index.jade to include socket.io client

  6. Update app.js to require socket.io

  7. Configure socket.io in app.js

  8. Configure and initiate a connection from the client in socketio-yo.js

  9. Play

Resources