- 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?