Read the article here : http://buildnewgames.com/real-time-multiplayer/
View the demo here : http://notes.underscorediscovery.com:4004/?debug
An example using node.js, socket.io and HTML5 Canvas to explain and demonstrate realtime multiplayer games in the browser.
- Get node.js
- run
npm install
inside the cloned folder - run
node app.js
inside the cloned folder - Visit http://127.0.0.1:4004/?debug
- Get node.js
- Install socket.io
npm install socket.io
- Install node-udid
npm install node-uuid
- Install express
npm install express
- Run
node app.js
inside the cloned folder - Visit http://127.0.0.1:4004/?debug
MIT Licensed. See LICENSE if required.