Basic https server that hosts a simple html page.
npm install https-serverReally simple HTTPS server for hosting basic html page. You can create
the private key (key.pem)and certificate (cert.pem) using OpenSSL or
the Mobilefish Self-Signed certificate generator. Make sure to save
the certificate and key in your https-server module folder.