top | item 8936402

(no title)

bai0 | 11 years ago

Actually, PPP over Websockets has some really interesting implications. Raw TCP/UDP in your browser is a potentially powerful thing. It's like a VPN client in your browser - once you're connected, you can bridge private networks, or establish pure TCP connections to any server on the internet, without special-case wrappers or browser-imposed WebSocket restrictions.

discuss

order

db48x|11 years 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.

bai0|11 years ago

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.