BBC Sport autoupdating page

Exactly.

Create a new feed in whatever format you're comfortable with (eg. XML, JSON) and have your site make an ajax call to it every x seconds.
 
As above, a push server is a good solution, I've used nodejs recently with some success.
 
Back
Top Bottom