golightlyb / flipflop

Fork for pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flipflop
========

flipflop is a FastCGI/WSGI gateway.

https://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

Fork for pull requests

License:Other


Languages

Language:Python 100.0%