A demo multiplayer game in HTML5, using socket.io, node.js and canvas.
(Based on source from http://www.stevekane.com.au/test/canvas/throw.html)
Video only for now, no live demo. Vdeo: https://youtu.be/WP1yQr2QUC8
Generated skeleton with express-generator
cmd:
express nodeThrowball
npm install
SET DEBUG=nodeThrowball:*
npm start