Y
Hacker News
new
|
ask
|
show
|
jobs
by
haddr
14 days ago
I think they had to solve the TCP connection, as normally you can't easily implement TCP sockets in WASM. So I suppose they just need to tunnel all the connection through some websocket.
1 comments
rlmineing_dead
13 days ago
Can concur, we use a proxy based on the wisp protocol to efficiently proxy TCP packets over websocket
link