Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 648 Bytes

Collaborative Drawing Tool

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 :)

Preview

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run npm start to start the development server.

  3. Open your favorite browser and goto localhost:3000

  4. Enjoy drawing doodles with friends :)