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
It is possible to establish a WebRTC data connection from node.js to browser with the serverless-webrtc package which uses the wrtc package as WebRTC implementation.
Unfortunately, when I try using wrtc module with signalling libraries like PeerJS or EasyRTC, the connection is not establish (the error message is "ICE failed"). If anyone has had any success with using any high-level libraries on top of wrtc, I would be grateful for the information.