You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: