1
Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js
让 Node.js 24+ 应用原生支持 HTTP/3 和原始 QUIC,基于 Rust + quiche 实现高性能双栈通信。
I built this because I wanted to make outbound and accept inbound HTTP/3 and raw QUIC connections from ordinary Node.js code, without building Node fr…