18 ms·
Does WebRTC not work inside/outside of the browser anywhere?
by Sean-Der 3mo ago
Does WebRTC not work inside/outside of the browser anywhere?
- nunobrito 3mo agoIt works outside the browser too, I've been using it that way.
- opem 3mo agoYes it does! I was trying to draw an analogy there, I think it would be better to state as - iroh is similar to WebRTC + PeerJS[1] which only works on browsers, generally[2]. [1]: PeerJS(https://peerjs.com/ https://peerjs.com/) is a library to use WebRTC w/o any boilerplate code. [2]: WebRTC functionality can be enabled in non-browser envs like Node.js by using third-party native addons (like node-webrtc) that provide bindings to the underlying C++ WebRTC library.