Monday, June 8, 2026

Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js https://ift.tt/6r9sJXl

Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js 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 from source or putting everything behind a reverse proxy. Repo: https://ift.tt/1gzhtl2 npm: https://ift.tt/ZqIRN16 It’s a native package around Rust/quiche. It supports both client and server APIs, I'm using it in a couple of projects: creating raw QUIC streams, datagrams, custom ALPN, session behavior, and HTTP/3 client work from Node. I've tried to be very safe in the native code, written in rust, with proofs around the parts I was most concerned about getting wrong. I have it hosting a couple of sites as HTTP3 endpoints and found it working well. https://ift.tt/1gzhtl2 June 9, 2026 at 12:08AM

No comments:

Post a Comment

Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js https://ift.tt/6r9sJXl

Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js I built this because I wanted to make outbound and accept inbound HTTP/3 and raw...