Hacker News new | ask | show | jobs
by PaulBGD_ 1291 days ago
I originally went the same route as you, and found that https://github.com/pion/webrtc is probably the best package out there for webrtc. I learned go just for it, and it paid off tenfold. Less memory, more connections, lower latency.
2 comments

Thank you so much PaulBGD! It means a lot that you have been consistently happy with Pion.

We got super lucky that a company heavily depended on SCTP in the early days. One of their devs (enobufs) did an amazing job with it.

Same (I tried Node-based WebRTC packages), same (I found pion to be head and shoulders above everything else), same (I learned Go just so I could work with it).

Its ability to be simultaneously low-level and easy to work with is truly something else.