This app is for drawing and sending that drawing to other users. I built this app using NodeJS, SocketIO.
I uploaded this project on https://musdraw.herokuapp.com/ You need to open at least 2 pages to send your drawing.
To run the application locally,
-
Download index.js, index.html, package.json into a file
-
Install Node.js from https://nodejs.org/
-
open command window then "cd" to the application file
-
write "npm install"
-
write "node index.js"
-
go to "http://localhost:5000/"
thats it.