https://github.com/varunkumar/webrtc-node
A video chat demo app built using WebRTC backed by Node.js for signalling
https://github.com/varunkumar/webrtc-node
Last synced: 3 months ago
JSON representation
A video chat demo app built using WebRTC backed by Node.js for signalling
- Host: GitHub
- URL: https://github.com/varunkumar/webrtc-node
- Owner: varunkumar
- Created: 2013-01-20T05:47:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T05:27:09.000Z (about 3 years ago)
- Last Synced: 2025-10-30T22:47:07.164Z (8 months ago)
- Language: JavaScript
- Size: 4.48 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webrtc-node
===========
A video chat demo app built using WebRTC backed by Node.js for signalling.
Requirements
-------------
- Node.js
- NPM
- [Naught.js](https://github.com/indabamusic/naught)
- Browser supporting WebRTC: Chrome 23+, Firefox
How to run?
-----------
- Clone the project and change directory to the checked out location.
- Run 'naught start --ipc-file logs/naught.ipc --log logs/naught.log --stdout logs/stdout.log --stderr logs/stderr.log app.js'
- Launch the browser and navigate to http://localhost:3300 (default dev port)
naught start --ipc-file logs/naught.ipc --log logs/naught.log --stdout logs/stdout.log --stderr logs/stderr.log app.js
License
-------
The source code is available [here](https://github.com/varunkumar/webrtc-node) under [MIT licence](http://varunkumar.mit-license.org/). Please send any bugs, feedback, complaints, patches to me at varunkumar[dot]n[at]gmail[dot]com.
-- [Varun](http://www.varunkumar.me)
Last Modified: Tue Jan 22 21:02:36 IST 2013