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 appl
You might want to use this implementation : https://github.com/andyet/SimpleWebRTC
I have used it for my projects and it was very easy to integrate.