Search code examples
node.jswebrtc

Node.js WebRTC client


I am looking for a implementation for
to transmit data from a nodeJS client to another webRTC peer.

So in my case the nodejs application is not the server but a client.
Does such a node module exist?


Solution

  • I came along the same problem and stumbled upon these two gems:

    https://github.com/helloIAmPau/node-rtc Sadly it is lacking any documentation.

    However https://github.com/js-platform/node-webrtc seems more reliable to me.