Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtsdwarak/webrtc-signal
WebRTC Signaling Server
https://github.com/dtsdwarak/webrtc-signal
Last synced: 22 days ago
JSON representation
WebRTC Signaling Server
- Host: GitHub
- URL: https://github.com/dtsdwarak/webrtc-signal
- Owner: dtsdwarak
- License: other
- Created: 2015-06-29T11:38:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T07:46:27.000Z (over 9 years ago)
- Last Synced: 2023-04-04T19:52:39.869Z (over 1 year ago)
- Language: JavaScript
- Size: 4.05 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#WebRTC Signal Server
A simple signaling server for clients to connect and do signaling for WebRTC.
![Travis CI Status](https://travis-ci.org/dtsdwarak/webrtc-signal.svg?branch=master)
#URL
[http://webrtc-signal-server.herokuapp.com:80](http://webrtc-signal-server.herokuapp.com:80)##Deploying
You can run it locally by using```bash
$ npm start
```You may also want to run this on Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/dtsdwarak/webrtc-signal/tree/master)
##Note
This has been configured to over HTTP. If you'd like to do the same over HTTPS, you may want to modify ```dev_config.json``` file---
Forked from [andyet/signalmaster](https://github.com/andyet/signalmaster)