A collaborative drawing application
*comprehensive description should go here*
Server: http://tmpixel.korzh.com/
Status: DOWN
- download and install nodejs and npm
- clone the repo
- open a terminal in the repo directory
- run
npm install
- run
node server.js
ornpm start
- you should see
server is running on PORT: *PORT_NUMBRER*
- open
http://localhost:*PORT_NUMBRER*/
in your browser
NOTE: If step 4 throws too many errors, try this:
- update npm:
npm install -g npm
- clean cache:
npm cache clean
- Add a database
-
Add a notion of an unfilled pixel (-1 colour value) - Add scaling and dragging instead of scrolling
- Add adequate UI on draw.html
- Add colour picker, colour history etc.
- Optimize sending data
- Optimize drawing the canvas
- Refactor draw.js
- Add the possibility of changing palettes
- Add help messages