cjb / serverless-webrtc

A demo of using WebRTC with no signaling server.
Other
1.54k stars 239 forks source link

How would you build other clients? #19

Closed whatisgravity closed 8 years ago

whatisgravity commented 8 years ago

Sorry if this is out of the scope of this project but if I wanted to build say a C++ client using QT to connect to peers in their browser, how do I connect to the peers? What is the nodejs native client leveraging to be able to do that?

whatisgravity commented 8 years ago

It appears it uses webrtc which uses: https://github.com/js-platform/libwebrtc

infinity0 commented 8 years ago

@whatisgravity that repo seems way out of date. in keroserene/go-webrtc#10 we have been trying to figure out a way to build (and eventually persuade google upstream to maintain) a libjingle_peerconnection.so, you can read through that for details.

whatisgravity commented 8 years ago

Wow thank you for pointing me in the right direction. I sent you an email regarding the project since I noticed you forked it.