I'm confused as to why they didn't release a signaling server as well. Most servers I've seen for this are just simple WebSocket relays. Are they expecting to charge you to help implement the server? Or did they just think it was too complicated for developers to set up?
looks great. Also want to point out <a href="https://github.com/peers/peerjs" rel="nofollow">https://github.com/peers/peerjs</a>, which is focused on the data-channel part of WebRTC
This looks awesome.<p>Does anyone have recommendations for a Node module that'll do WebRTC? I've looked at a few, but would love to get opinions from actual humans who've used them.
Cool stuff!<p>I used another lib [1] to create something very similar [2] last weekend. I needed an excuse to play around with node.js/express/socket.io and couldn't resist after I saw the WebRTC Chrome/Firefox demo.<p>[1] <a href="https://github.com/wearefractal/holla/" rel="nofollow">https://github.com/wearefractal/holla/</a>
[2] <a href="http://videochatrtc.jit.su/room/HN" rel="nofollow">http://videochatrtc.jit.su/room/HN</a>
I tried to run the example but it's not finding simplewebrtc.com/latest.js Anybody got the example to run? Will it work with the latest chrome or only the nightly?