Express HTTPS Localhost
Example repo for the Running Express over HTTPS in localhost blog post
Expose the example server via HTTP:
$ node http-example.js
Follow the instructions in the blog and expose the server via HTTPS:
$ node https-example.js