Earlier quoted context omitted.
Are you guys looking into the Web Transport protocol for the future? Right now you have to tunnel the websocket connections over http2 and it will probably be the same for http3 afaik. I know there is this work in progress ( https://w3c.github.io/webtransport/ ) and websockets are probably fine for a long time but sooner or later (unless there is an update to websockets) it will probably be faster to just do normal h…
Phoenix Channels (which LiveView is built on) is transport agnostic, so as soon as we can open a pipe from the browser's JS environment, and listen on the server, we could have a `Phoenix.Transports.WebTransport`. All the existing user-land code and LV apis remain unchanged :)
It is such an awesome technology.