views:

43

answers:

2

any gae-lib to do this

i think maybe jquery can do this too , yes ?

thanks

+1  A: 

One option is to avoid the hassle of polling, error handling, parsing, handling invalid feeds, and so on and so forth, by making someone else do it for you. This blog post describes how you can use PubSubHubbub to do the bulk of the work on your behalf.

Nick Johnson