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
Update: the solution below doesn't actually supply video to the server. I'm not sure what the best (Node) solution for that is. In C++, try libJingle.
It sounds like webrtc.io will allow you to create a node application that is a peer. See the github project here: https://github.com/webRTC/webRTC.io.
There doesn't appear to be super-active development on the project at the moment, but there are 100 forks of it, and the node module is being downloaded 500 times a month right now, so it seems like people care.
var webRTC = require('webrtc.io').listen(8001);