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

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

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