A simple node-based http2 server (node v10.9 used)
- create https certification - see below (currently http2 require https by all browsers)
npm i
npm start
- go to
https://localhost:3000/
TLS/SSL certification In this demo I've used self-signed certification using openssl.
You can follow the instruction on the official node documentation, or use the following scripts: