Hacker News new | ask | show | jobs
by lxtx 3254 days ago
You might want to check out the project I've been working on: https://github.com/seemk/WebUdp

It's a minimal WebRTC server implementation (SDP, STUN, SCTP, DTLS and everything else) contained in a single library. Note that it only implements a subset of the specs to get it working and probably still is buggy (experimental!) as I'm developing it while working on another project that uses it.

1 comments

Hey this is awesome. I've been working on a webrtc project and will def look into using this!