Skip to content
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

Closed
Amyy opened this issue Feb 17, 2021 · 5 comments
Closed

Where did the nodjs QUIC support / documentation go? #3228

Amyy opened this issue Feb 17, 2021 · 5 comments

Comments

@Amyy
Copy link

Amyy commented Feb 17, 2021

  • Node.js Version: 15.15.1
  • Scope (install, code, runtime, meta, other?): other
  • Module (and version) (if relevant): QUIC draft-27

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?

@richardlau
Copy link
Member

It was removed in nodejs/node#37067.

@Amyy
Copy link
Author

Amyy commented Feb 17, 2021

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 would already help us a lot.

@RaisinTen
Copy link
Contributor

Here: https://nodejs.org/dist/v15.7.0/docs/api/quic.html

@richardlau
Copy link
Member

https://nodejs.org/docs/v15.7.0/api/quic.html

@Amyy
Copy link
Author

Amyy commented Feb 17, 2021

That was fast, thanks a lot!! :)

@Amyy Amyy closed this as completed Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants