Skip to content

narutoadi/collaborativeDrawinBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative-Drawing-Board

A web application made with node.js (express framework), socket.io having real time chalk board and group-chat option. Users are distinguished with a temporary selected username.

To run on local-server

  • Enter the project cd collaborativeDrawinBoard
  • Install node modules from package.json npm install
  • Start the server node server.js
  • Browse the application on http://127.0.0.1:8080/

To test the application on web

Browse the given link and ask your friend to do the same at same time and enjoy drawing together. (https://desolate-reef-54350.herokuapp.com/)

To save the drawing

Right click the drawing area and select the save as image option.

To Do:

  • Add a verticle toolbar having eraser, different size of pen, color options.
  • Feature to draw over an image.
  • Create separate chat rooms with a random string at the end of URL.
  • Fix bugs regarding projection of drawing on different boards.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published