The Sketch Board web application is a collaborative digital whiteboard platform built with socket.io designed to brainstorm, share ideas, and work on visual projects in real-time. It provides a virtual canvas where users can draw and erase, add sticky notes, and download whatever they draw fostering creativity and collaboration among team members.
https://sketch-board-uuyh.onrender.com/
A variety of drawing tools are available, including pens, an eraser, an undo option, a redo option, a download option, an upload file option, and sticky notes option, enabling users to express their ideas visually.
www_screencapture_com_2024-4-16_13_13.mp4
- npm init -> to install package.json
- Install express & scoket.io
- Initallize the server(create port number & start listening the server)
- To listen run the command node app.js
- Connect the socket in frontend with cdn, you will get the response in the backend and now make the connection
- Now, connect the index.html file with the server to render the page.
Server to connect locally -> http://localhost.5000