Comment on Rtc.io – Open source WebRTC libraryComments−smaddock12yhttp://peerjs.com/ is the best library I've found for WebRTC thus far. Their documentation is fair, there's decent support for DataChannels and they've also open sourced a signalling server. https://github.com/peers/peerjs-server−silviapfeiffer12yJust to be complete: rtc.io has a signalling server at https://github.com/rtc-io/rtc-switchboard . Choice of library is up to you. :-)−djoehlman12yIt does work best with the signaller from the rtc.io suite:https://github.com/rtc-io/rtc-signallerThat said, it wouldn't take much to write an signalling client that followed the basics of the messaging format if you did want to roll your own:https://github.com/rtc-io/rtc-signaller#signaller-message-ha...
Comments
http://peerjs.com/ is the best library I've found for WebRTC thus far. Their documentation is fair, there's decent support for DataChannels and they've also open sourced a signalling server. https://github.com/peers/peerjs-server
Just to be complete: rtc.io has a signalling server at https://github.com/rtc-io/rtc-switchboard . Choice of library is up to you. :-)
It does work best with the signaller from the rtc.io suite:
https://github.com/rtc-io/rtc-signaller
That said, it wouldn't take much to write an signalling client that followed the basics of the messaging format if you did want to roll your own:
https://github.com/rtc-io/rtc-signaller#signaller-message-ha...