Node.js WebRTC client

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.


How about simple-peer and rtc-everywhere?

https://github.com/feross/simple-peer

https://github.com/contra/rtc-everywhere