non-file-based web server?

Fredrik Lundh fredrik at pythonware.com
Thu Oct 14 02:48:00 EDT 1999


Nolan Darilek <nolan at ethereal.dhis.org> wrote:
> Out of curiousity, is there an HTTP server written in Python which
> doesn't depend on files? Instead, what I'd like to do is to use
> HTMLgen to generate dynamic content within the program, and serve
> that via the web server.

isn't that what Zope is all about?

    www.zope.org

otherwise, start here:

    http://www.python.org/doc/current/lib/module-BaseHTTPServer.html

or here:

    http://www.nightmare.com/medusa
    (better, but not free for commercial use)

</F>

coming soon:
http://www.pythonware.com/people/fredrik/librarybook.htm






More information about the Python-list mailing list