https://github.com/pwhiddy/drawdaddy
https://github.com/pwhiddy/drawdaddy
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwhiddy/drawdaddy
- Owner: PWhiddy
- Created: 2019-02-24T07:04:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T07:08:47.000Z (over 6 years ago)
- Last Synced: 2025-03-17T19:11:37.286Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket.IO Collaborative Whiteboard
A simple collaborative whiteboard for socket.io
## How to use
```
$ npm i && npm start
```And point your browser to `http://localhost:3000`. Optionally, specify
a port by supplying the `PORT` env variable.## Features
- draw on the whiteboard and all other users will see you drawings live