Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiliankoe/nodedraw

a drawing demo using paper.js and socket.io to share *art* across multiple browser windows
https://github.com/kiliankoe/nodedraw

Last synced: 24 days ago
JSON representation

a drawing demo using paper.js and socket.io to share *art* across multiple browser windows

Awesome Lists containing this project

README

        

##nodedraw

A fun little 3 a.m. project that uses paper.js to let the user draw a path of circles on the screen and share that using socket.io to other sessions connected to the same server.

```
$ git clone [email protected]:kiliankoe/nodedraw.git
$ cd nodedraw
$ npm install
$ node app.js
```

Open two browser windows to ```http://localhost:3000``` and drag around to see the magic happen.