Skip to content

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

Notifications You must be signed in to change notification settings

ne0phyte/MiniDoodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published