Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 442 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 442 Bytes

NodeDrawboard

A collaborative drawing board where users can share ideas, chat or just have fun. Made with Node.js using Express.js and Socket.io frameworks.

How to run

  1. Install Node.js
  2. Navigate to project directory and run "npm install" in order to install dependencies
  3. Run index.js using Node. Optional command line argument should be the port on which the server will run (Default: 3000)