ajax python module??
ookoi
sebastien.martini at gmail.com
Thu Jan 12 10:17:45 EST 2006
Hi Mark,
Basically, all you needs is the CGI module to handle requests from
clients, print some xml or html in response, then handle them back in
your client code (javascript).
With these simple principles I made a small web apps to watch Apache
Logs, see: https://live.dbzteam.com/
If you want to read a comprehensible example or use a simple module,
look at the sajax module http://www.modernmethod.com/sajax/
Cheers,
Sébastien Martini
More information about the Python-list
mailing list