RSNara / cvas

An experiment with synchronizing canvas state.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cvas

An experiment in keeping HTML5 canvas elements synchronized over multiple browsers. Right now, all actions/events are forwarded to the server, which distributes them to all clients via web-sockets.

Developing

To run live-reload server:

> npm start

See in production

To see the app in action:

> open 'http://cvas.herokuapp.com'

About

An experiment with synchronizing canvas state.


Languages

Language:HTML 72.8%Language:JavaScript 27.2%