Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmvilas/webrtc-sample
https://github.com/fmvilas/webrtc-sample
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmvilas/webrtc-sample
- Owner: fmvilas
- License: other
- Created: 2015-09-05T13:27:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T17:33:38.000Z (over 9 years ago)
- Last Synced: 2024-11-09T15:07:27.019Z (about 2 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# signalmaster
A simple signaling server for clients to connect and do signaling for WebRTC.
Specifically created as a default connection point for [SimpleWebRTC.js](https://github.com/HenrikJoreteg/SimpleWebRTC)
It also supports vending STUN/TURN servers with the shared secret mechanism as described in [this draft](http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00). This mechanism is implemented e.g. by [rfc-5766-turn-server](https://code.google.com/p/rfc5766-turn-server/) or by a [patched version](https://github.com/otalk/restund) of [restund](http://creytiv.com/restund.html).
Read more:
- [Introducing SimpleWebRTC and conversat.io](http://blog.andyet.com/2013/02/22/introducing-simplewebrtcjs-and-conversatio/)
- [SimpleWebRTC.com](http://simplewebrtc.com)
- [talky.io](https://talky.io)