scgiwsgi

A WSGI server based on scgi_server
Download

scgiwsgi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Deng Zhiping
  • Publisher web site:
  • https://github.com/dengzhp/

scgiwsgi Tags


scgiwsgi Description

scgiwsgi is a WSGI server based on scgi_server. (http://python.ca/scgi/)Examplefrom scgiwsgi import WSGIServerfrom yourapp import applicationWSGIServer(application).run(port=4000, max_children=5)Installationpip install scgiwsgiNginx.conf Examplelocation / { include scgi_params; scgi_pass localhost:4000;}Product's homepage


scgiwsgi Related Software