7 ms·
I originally went the same route as you, and found that https://github.com/pion/webrtc https://github.com/pion/webrtc is probably the best package out there for
by PaulBGD_ 4y ago
I originally went the same route as you, and found that https://github.com/pion/webrtc 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.
- Uehreka 4y agoSame (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.
- Sean-Der 4y agoThank 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.