Open tshemsedinov opened 2 years ago
Does Node js support HTTP3 protocol in current version (18)?
@Hellrasier under development https://github.com/nodejs/node/issues/38478
HTTP2 - https://nodejs.org/api/http2.html
node --expose-http2 client.js
HTTP3 - possible with a reverse proxy: