Comments on: OpenVRI and WebRTC: An Interview With Nicholas Buchanan https://bloggeek.me/openvri-webrtc-interview/ The leading authority on WebRTC Thu, 24 Dec 2020 12:08:47 +0000 hourly 1 By: Nicholas https://bloggeek.me/openvri-webrtc-interview/#comment-116960 Thu, 05 Sep 2013 11:54:38 +0000 http://bloggeek.me/?p=3314#comment-116960 I already knew socket.io and node.js prior to starting this and it took a day to write the signaling that way. With XMPP, I have no experience setting up that and I don’t need it as I felt it was not necessary to go down that road if with socket.io I could accomplish everything I needed. Socket.io provides a really easy way of building chatroom based applications.

]]>
By: Philipp Hancke https://bloggeek.me/openvri-webrtc-interview/#comment-116959 Thu, 05 Sep 2013 09:36:10 +0000 http://bloggeek.me/?p=3314#comment-116959 XMPP has a quite elaborate implementation of realtime text, XEP-0301, for which there is an open-source javascript library. So it was really easier to rewrite something from scratch than to setup a xmpp server?

]]>