Open
Description
Describe the feature
This issue tracks QUIC / HTTP3 support across runtimes used by srvx
.
As soon as one or more runtimes ship support, we can begin exploring native QUIC in srvx
.
π Upstream Runtime Status
Node.js
- β QUIC experimental module β archived
- QUIC Node v24 Nightly
- π Planned for v24 and openSSL 3.5, Upstream Issue: Update on QUICΒ nodejs/node#57281
- β No active QUIC/HTTP3 in core as of Node v22
Bun
- π§ No QUIC support yet
- π Planned for ?, Upstream Issue: N/A
- Feature Request: Add HTTP/3 server and WebTransport supportΒ oven-sh/bun#13656
Deno
- π No native QUIC yet
- π Planned for 2025, Upstream Issue: (feat(unstable): WebTransportΒ denoland/deno#27431)
β¨ Next Steps
Once any of the above runtimes have QUIC/HTTP3 in stable or experimental release:
- Benchmark and validate request/response interoperability
- Update docs and deployment guides
Feel free to add more links/sources!
Additional information
- Would you be willing to help implement this feature?