Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kiliankoe/nodedraw
- Owner: kiliankoe
- Created: 2014-03-06T12:02:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T17:26:57.000Z (over 10 years ago)
- Last Synced: 2024-05-21T11:08:58.085Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.