HTTP Static Webserver

HTTP Static is a tiny web server for testing static web pages. It is designed around testing and developing single page web apps, like with Backbone, Ember, Angular etc. It handles mime-types, includes, etc. Just install it, and run it. It serves files out of the directory it is running in, and any files and folders that are included underneath.

SSL Support

Http-Static will do simple SSL, just edit lines 4 and 5 to set the path to your key and cert. It will fall back to http if either can't be read;