Search code examples
node.jstypescriptwebrtc

WebRTC Peer to Server Connection


I've tried implementing a peer to server connection with WebRTC, unfortunately node-webrtc doesn't provide typescript types, which makes it really hard to add collaborators, and messes up the codebase. Is there any other way to make a client to server connection using NodeJS and WebRTC?


Solution

  • Yes! Check out werift-webrtc it is a typescript implementation of WebRTC for node.js