-
Clone this repo locally
-
Update package.json to include socket.io
-
Run
npm install -d
to install all dependencies -
Test the app and make sure it runs
-
Create a script tag in index.jade to include socket.io client
-
Update app.js to require socket.io
-
Configure socket.io in app.js
-
Configure and initiate a connection from the client in socketio-yo.js
-
Play