Asyncore Medusa Example

Fredrik Lundh fredrik at pythonware.com
Wed Nov 29 10:56:11 EST 2006


Graeme Matthew wrote:

> does anyone know where you can find examples of how to write a native 
> python webserver, I have looked at medusa and asyncore but there are no 
> real examples and the doco is very light

medusa *is* a web server based on asyncore, so you should be able to use 
it more or less as is.

for an overview of asyncore, see:

http://effbot.org/librarybook/asyncore.htm (basics, http client example)
http://effbot.org/librarybook/asynchat.htm (http server example)

</F>




More information about the Python-list mailing list