Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 357 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 357 Bytes

MiniDoodle

A very basic Node.js and socket.io based collaborative doodle.

Installation

Clone this repo, set the port in config.json and run:

$ npm install
$ node server.js

TODO

  • colors
  • userlist
  • line width
  • multiple rooms
  • saving history regularly
  • don't keep full history in memory
    • load on connect
    • free after n seconds