Published: August 4, 2025
245
40
3.9k
How exactly do you expect this to be implemented?
@theo websocket would be nicer to people on metered connections
@kuriakind @theo and they could be a single packet of like 64 bytes tops, incl ip + udp + websocket frame header (assuming rtcdatachannel)
@adrusi @kuriakind @theo damn, I guess websockets would be already a solid improvement rather than having to deal with rtcdatachannel. that would be a bit overkill for this use case, wouldn't it?
@bWFyY28 @kuriakind @theo ive not actuallt used webrtc, but my impression is that it's not all that crazy if you want to connect to a server with a known address that isnt behind a nat. no craziness with discovery or stun/turn. but i could be mistaken
