-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where did the nodjs QUIC support / documentation go? #3228
Comments
It was removed in nodejs/node#37067. |
Oh that's unfortunate. Thank you for the fast reply! Is there any possibility to at least read the deprecated documentation? We can't find it here. |
That was fast, thanks a lot!! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Until recently, nodejs had a QUIC support
by compiling nodejs via the --experimental-quic flag. (It's also described in this comment.)
We implemented a QUIC server+client setup for a university project in nodejs and everything works fine. But now the QUIC documentation is gone and we still have work to do on that project...
I hope I didn't overlook anything, but I can't find the documentation anywhere right now. Does somebody know more about the current state of QUIC in nodejs?
The text was updated successfully, but these errors were encountered: