medusa http server
Aahz
aahz at pythoncraft.com
Wed May 21 08:41:30 EDT 2003
In article <bafop3$2lsi$1 at news.vol.cz>, Jaroslav Jakl <j.jakl at era.cz> wrote:
>
>I want to control my server application via web browser. I want to use
>medusa http server and write my own handler.
>I want to know, what methods in handler should be defined and what they
>should do.
>Documentation for medusa is very poor.
Switch to Twisted, http://www.twistedmatrix.com/
Based on the same core ideas as Medusa, much more robust and complete,
better documentation (but not great documentation). I got a Twisted web
server up in fifteen minutes under pressure of doing a presentation in
twenty minutes. ;-)
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"In many ways, it's a dull language, borrowing solid old concepts from
many other languages & styles: boring syntax, unsurprising semantics,
few automatic coercions, etc etc. But that's one of the things I like
about it." --Tim Peters on Python, 16 Sep 93
More information about the Python-list
mailing list