Remix.run Logo
pimterry 5 hours ago

Yes and, at the same time practical support within programming language standard libraries & common tooling lags way behind: https://httptoolkit.com/blog/http3-quic-open-source-support-...

taffer 4 hours ago | parent [-]

You will get most of the benefits of HTTP 3 even if your app libraries run HTTP 1.1, as long as the app is behind a reverse proxy that speaks HTTP 3.

kunley 37 minutes ago | parent | next [-]

Yep, for example, Caddy (zero special configuration to enable HTTP 3)

theandrewbailey 3 hours ago | parent | prev [-]

I use HAproxy to get HTTP/3.

https://www.haproxy.org/

https://haproxy.debian.net/

https://www.haproxy.com/blog/how-to-enable-quic-load-balanci...