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.
- 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/
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/)
Right click the drawing area and select the save as image option.
- 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.