7 ms·
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 connecti
by haddr 2mo 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.
- rlmineing_dead 2mo agoCan concur, we use a proxy based on the wisp protocol to efficiently proxy TCP packets over websocket