Add global web server that applications can tap into
The server is built on top of Twisted Web, using Klein (vendored) for
sintactic sugar.
Each application can have a web site/API built with Klein or any
other thing complying with the IResource interface and can add it to
the root with register_resource.
The resulting URLs will be like:
http(s)://local_ip/hostname:port/application/application_specific