Post #1496865
2026-03-04 13:38 UTC
@pid_eins @arianvp @michaelvogt websockets should be avoided: they are hard to proxy, impossible to inspect by a WAF and often not implemented by HTTP/3.
Replies (1)
-
@michaelvogt@mastodon.social 2026-03-04 19:52
@rfc1036 @pid_eins @arianvp Thanks for the feedback! We have a websocket and non-websocket mode currently in the bridge (and no-websock is much nicer with e.g. curl). Its just that varlink map extremely nicely to websockets, especially things like the protocol switching in varlink. I will look harder into this though, the "more" streaming looks pretty simple in plain http and that should cover most use-cases of today.