Re: python gopher server

Guido.van.Rossum@cwi.nl
Thu, 05 May 1994 11:02:06 +0200

> Has anyone written a simple gopher server in python? I'm trying to write
> a gopher manager (herder?), and I'd like to borrow some functions/classes.

No, but I have written a simple HTTP server from which you could
borrow some code. It's in Demo2/www/www4inet.py (Demo2 is a separate
tar file on ftp.cwi.nl in pub/python). I have also written a more
complete HTTP server but most of its complexity stems from the feature
to run a business game simulation as part of the server. Ask me if
you're interested.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>