Skip to content

zopefoundation/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