Simple Python Web Server Example
Simple Python Web Server Example
Submitted by Corey Goldberg on Wed, 30/05/2007 - 04:39.
Note to self...
use this:
Roll your own server in 50 lines of Python code (by Muharem Hrnjadovic):
"Just in case you wondered why there are so many frameworks in Python land, here’s a basic server (including a request dispatch mechanism) in only 50 lines of code."
Why *not* add a server interface to every tool I write? :)
