metarhia / metacom

RPC communication protocol for Metarhia stack 🔌
https://metarhia.com
MIT License
80 stars 41 forks source link

HTTP2 and HTTP3 transports #306

Open tshemsedinov opened 2 years ago

tshemsedinov commented 2 years ago
Hellrasier commented 2 years ago

Does Node js support HTTP3 protocol in current version (18)?

tshemsedinov commented 2 years ago

@Hellrasier under development https://github.com/nodejs/node/issues/38478

OleksandrKucherenko commented 1 year ago

HTTP2 - https://nodejs.org/api/http2.html node --expose-http2 client.js

HTTP3 - possible with a reverse proxy: