An open API service indexing awesome lists of open source software.

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

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")