HomePhabricator

Add global web server that applications can tap into

Description

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

Details

Provenance
saghulAuthored on Jun 15 2015, 3:55 PM
Parents
rSYLK47b560da4483: Fix typo in config.init.sample
Branches
Unknown
Tags
Unknown