Hacker News new | ask | show | jobs
by joantune 3107 days ago
Did you look into any of these:

https://www.html5rocks.com/en/tutorials/webrtc/infrastructur... before implementing that one?

1 comments

Yes, that's the first Google result, and they suggested building your own using socket.io -- read my article, if you haven't already (but some of their other _stack_ suggestions are decent).

Their ready-made signaling server suggestions are complete garbage (Signalmaster is buggy and incorrect).