DrawTogether!

This is a Javascript Canvas App using Websockets, Express, and HTML & CSS to create a real time drawing app. Using unique IDs given on connection, users can join their friend’s Canvas and draw together! This app also has a simple chat function to communicate with friends.

Getting Started

To get started you’re going to need to install the following node packages: npm install websocket --save npm install uuid --save npm install express npm install path and finally npm install nodemon

Running the program

To start the program simply run: npm start and make your way to localhost:3000 in your preferred browser

Github Link