Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mg52/drawchat

Draw and Send Application using Node.js Socket.io
https://github.com/mg52/drawchat

nodejs socket-io

Last synced: 7 days ago
JSON representation

Draw and Send Application using Node.js Socket.io

Awesome Lists containing this project

README

        

# DrawChat

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,

1. Download index.js, index.html, package.json into a file

2. Install Node.js from https://nodejs.org/

3. open command window then "cd" to the application file

4. write "npm install"

5. write "node index.js"

6. go to "http://localhost:5000/"

thats it.