<!-- Thank you for suggesting an idea to make Node.js better. Please fill in as much of the template below as you're able. --> **Is your feature request related to a problem? Please describe.** QuicTransport has gone into an Origin Trial in Chrome, supporting QUIC datagrams as well as reliable streams. Info on the QuicTransport Origin Trial is here: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/mHV_ZALf07Q The QuicTransport tracking bug is here: https://bugs.chromium.org/p/chromium/issues/detail?id=1011392 **Describe the solution you'd like** The major missing feature is support for QUIC datagrams. There is also a need for ALPN checking. **Describe alternatives you've considered** Currently the QuicTransport Web Platform Tests utilize Python on the server side.
Is your feature request related to a problem? Please describe.
QuicTransport has gone into an Origin Trial in Chrome, supporting QUIC datagrams as well as reliable streams. Info on the QuicTransport Origin Trial is here:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/mHV_ZALf07Q
The QuicTransport tracking bug is here:
https://bugs.chromium.org/p/chromium/issues/detail?id=1011392
Describe the solution you'd like
The major missing feature is support for QUIC datagrams. There is also a need for ALPN checking.
Describe alternatives you've considered
Currently the QuicTransport Web Platform Tests utilize Python on the server side.