Post #1496866
2026-03-04 19:52 UTC
@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.
Replies (1)
-
@michaelvogt@mastodon.social 2026-03-11 11:49
@rfc1036 @pid_eins @arianvp Thanks again @arianvp for the very nice gist - I created https://github.com/systemd/varlink-http-bridge/pull/13 that should implement this "--more" streaming via json-seq and connection pipelining in the bridge now without websockets- really cool to get these kind of improvement suggestion so quickly/nicely.