Submodules

Module: web

This module holds a wsgi server and future web-related code.

Modules

wsgi

This wsgi server is a single threaded, single process server that interleaves the iterations of the wsgi apps - I could add a threadpool for blocking apps in the future.