I am looking for a webrtc implementation for node.js
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?
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.