Kozea / flipflop

FastCGI/WSGI gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flipflop

FastCGI/WSGI gateway.

github.com/Kozea/flipflop

This module is a simplified fork of flup, written by Allan Saddi. It only has the FastCGI part of the original module.

#!/usr/bin/env python
from myapplication import app
from flipflop import WSGIServer


WSGIServer(app).run()

flipflop is released under the BSD 2-Clause license.

About

FastCGI/WSGI gateway

License:Other


Languages

Language:Python 100.0%