Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Kozea/flipflop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.