Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mg52/drawchat
- Owner: mg52
- License: mit
- Created: 2015-06-30T08:37:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T10:16:11.000Z (almost 8 years ago)
- Last Synced: 2024-04-21T17:07:23.456Z (7 months ago)
- Topics: nodejs, socket-io
- Language: HTML
- Homepage: https://musdraw.herokuapp.com/
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.