https://github.com/rishantagarwal/nodesocketdrawexample
Example Code for Node JS and Socket IO app, Web Sockets App
https://github.com/rishantagarwal/nodesocketdrawexample
Last synced: about 1 month ago
JSON representation
Example Code for Node JS and Socket IO app, Web Sockets App
- Host: GitHub
- URL: https://github.com/rishantagarwal/nodesocketdrawexample
- Owner: rishantagarwal
- Created: 2016-02-16T09:10:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T09:37:08.000Z (over 10 years ago)
- Last Synced: 2025-03-20T05:15:58.357Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ +-+-+-+-+-+-+
#|R|e|a|l|T|i|m|e| |D|r|a|w|i|n|g| |c|a|n|v|a|s|
#+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ +-+-+-+-+-+-+
This project is a Demo project for Web Sockets. It uses HTML5 Canvas and Socket.IO.
The server has been written using Node.JS.
I will soon release a version which support touchdevices for input.
#+-+-+-+-+-+-+-+-+-+-+-+-+ +-+-+-+-+-+
#|I|n|s|t|a|l|l|a|t|i|o|n| |S|t|e|p|s|
#+-+-+-+-+-+-+-+-+-+-+-+-+ +-+-+-+-+-+
1.Install required Node Modules
```
npm install
```
2.Install Bower dependicies
```
bower install
```
3. Command to run Node Server
```
node app.js
```
#+-+-+-+-+ +-+-+-+
#|D|e|m|o| |U|R|L|
#+-+-+-+-+ +-+-+-+
http://draw-bindasrishant.c9users.io/
** Https version is currently not supported