kartikk221 / hyper-express

High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Is there support for HTTP3 / QUIC ?

asafcombo opened this issue · comments

In this example it seems like underlying uWebSockets has an experimental support -

https://unetworkingab.medium.com/h3-meet-node-js-1d952e9bdd74

Hi, from what I remember, the author of uWebsockets.js had mentioned that H3 / QUIC implementation of uWebsockets.js was still in its early days and not production ready. I am not sure If things have become more mature since then but If they have, I can certainly look into implementing or merging a PR which adds H3 support.