1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-30 15:23:41 +02:00
vroom/signalmaster/README.md

13 lines
602 B
Markdown
Raw Normal View History

2014-04-03 17:42:54 +02:00
# 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)
2014-05-30 12:01:34 +02:00
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).
2014-04-03 17:42:54 +02:00
Read more:
- [Introducing SimpleWebRTC and conversat.io](http://blog.andyet.com/2013/feb/22/introducing-simplewebrtcjs-and-conversatio/)
- [SimpleWebRTC.com](http://simplewebrtc.com)
2014-05-30 12:01:34 +02:00
- [talky.io](https://talky.io)