Drawing on single canvas is easy. With socket.io we can extend the functionality, so that multiple people can draw on the same canvas ! So that everybody can scribble and see the same doodle :)
- Git
- Node.js and npm Node ^13.0.1, npm ^6.12.0
-
Run
npm install
to install server dependencies. -
Run
npm start
to start the development server. -
Open your favorite browser and goto
localhost:3000
-
Enjoy drawing doodles with friends :)