/cvas

An experiment with synchronizing canvas state.

Primary LanguageHTML

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'