Open
Description
Currently, Census supports integration with web frameworks including Django, Flask and Pyramid. All these frameworks run on WSGI. There are other several frameworks that are not automated yet and most of them support WSGI. See the docs.
My proposal is to implement WSGI middleware that can be added to any WSGI compliant frameworks. This will allow integration of various additional stacks including Tornado, Falcon, etc.
Happy to send a PR if the proposal seems good. Thanks!