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
There is one more WebRTC wrapper for node https://github.com/vmolsa/webrtc-native.
Supports data channel as well as media streams.
Has support for linux, mac and windows.
WebRTC codebase is synced frequently.
Update: There's a light datachannel only implementation, supports linux/mac/windows http://www.meshcommander.com/webrtc