Node.js WebRTC client

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.

Leave a Comment