I am currently doing some experiments with AR and sometimes it will require https to work.
To run a https server for simple prototyping without enabling SSL in apache, generating certificates and/or other stuff that can take some time to get working, I finally found a simple node.js package named budo!
https://github.com/mattdesl/budo
After installing it globally, I could just cd into current project/test and run budo -ssl
to get it served with https in no-time.
In The Nest there will probably be some 360° images later on.