spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

HTTP/2 without TLS #387

Closed garik-galstyan closed 2 years ago

garik-galstyan commented 2 years ago

Sorry if question is already asked. Is it possible to run HTTP/2 server without TLS ? (version 4.0.2) To not provide encryption keys and request to server with http:// but with HTTP/2 protocol, as is possible in node.js http2 native module.