Hacker News new | ask | show | jobs
by db48x 4157 days ago
Hopefully it won't ever be used for a serious VPN; tunnelling TCP inside of TCP (or UDP inside of TCP) leads to well-known stability problems.
1 comments

There's always the possibility of using WebRTC data as a transport instead of WebSockets.

It's like a 7-layer burrito with extra helpings of sour cream and guac - a bit mushy, but still a burrito.

Yes, I'd forgotten about that! Use a data channel with no retransmissions and it should work perfectly.