callback send data to webpage

Bruno Desthuilliers bruno.42.desthuilliers at wtf.websiteburo.oops.com
Tue Feb 12 04:30:39 EST 2008


Will a écrit :
> I have a small python script with a callback in it that receives data 
> from another app. Everytime the callback gets data, I'd like to send it 
> into a webpage w/o refreshing the entire webpage.
> 
> Anyone know of a tutorial that would help do that?
> 

The best thing to do would be to learn how HTTP works. Then have a look 
at Ajax and Comet:
http://en.wikipedia.org/wiki/Comet_%28programming%29
http://cometd.com/
http://www.irishdev.com/NewsArticle.aspx?id=2166



More information about the Python-list mailing list