Hacker News new | ask | show | jobs
by logankeenan 1722 days ago
This is really amazing and much needed for WebRTC apps! Will this work with data channels as well?
1 comments

WebRTC Components (TURN) doesn't discriminate being media tracks or data channels, and will relay data channels as well :-)

We also have WebSockets via Cloudflare Workers for layering more complex logic on top: https://developers.cloudflare.com/workers/learning/using-web...