https://github.com/sly777/multiplayer-canvas-paint-tutorial-with-node.js-socket.io-and-node-static
Multiplayer Canvas Paint tutorial with Node.js, Socket.io and Node-Static. http://blog.ilkerguller.com
https://github.com/sly777/multiplayer-canvas-paint-tutorial-with-node.js-socket.io-and-node-static
Last synced: 8 months ago
JSON representation
Multiplayer Canvas Paint tutorial with Node.js, Socket.io and Node-Static. http://blog.ilkerguller.com
- Host: GitHub
- URL: https://github.com/sly777/multiplayer-canvas-paint-tutorial-with-node.js-socket.io-and-node-static
- Owner: Sly777
- Created: 2012-08-27T19:02:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-27T19:25:21.000Z (over 13 years ago)
- Last Synced: 2025-05-09T01:11:39.442Z (8 months ago)
- Language: JavaScript
- Size: 3.06 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# (Mobile-Ready) Multiplayer Canvas Paint Tutorial with Node.js, Socket.io and Node-static #
This is sample project to show how to create (mobile-ready) multi user canvas application with node.js, socket.io and node-static libraries. Also it shows how to use html5 canvas.
Browser Support :
> - IE9+
> - Firefox
> - Chrome (with Android Chrome)
> - Safari (with IOS Safari)
Libraries :
> - Node.js ([http://nodejs.org/](http://nodejs.org/))
> - Socket.io ([http://socket.io/](http://socket.io/))
> - Node-static ([https://github.com/cloudhead/node-static](https://github.com/cloudhead/node-static))
> - Jquery ([http://www.jquery.com/](http://www.jquery.com/))
> - Modernizr ([http://modernizr.com/](http://modernizr.com/))
> - Normalize.css ([http://necolas.github.com/normalize.css/](http://necolas.github.com/normalize.css/))
Created by :
> - Ilker Guller ([http://ilkerguller.com](http://ilkerguller.com))
Tutorial on [http://blog.ilkerguller.com](http://blog.ilkerguller.com "this blog")