Skip to content

cjwatson/zope.server

 
 

Repository files navigation

Latest release

Supported Python versions

image

image

This package contains generic base classes for channel-based servers, the servers themselves and helper objects, such as tasks and requests.

WSGI Support

zope.server's HTTP server comes with WSGI support. zope.server.http.wsgihttpserver.WSGIHTTPServer can act as a WSGI gateway. There's also an entry point for PasteDeploy that lets you use zope.server's WSGI gateway from a configuration file, e.g.:

[server:main]
use = egg:zope.server
host = 127.0.0.1
port = 8080

About

Zope Server (Web and FTP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%