Pushing RSS Feeds

RSS is a classic example of a technology which relies on the client pulling data from the server, rather than the server pushing data to the client. While pull is simpler to implement, it requires the client to periodically poll the server for new content to pull. Unless you poll the server continuously, you’ll never get new data in realtime. This...