RSS readers mostly 1 work by "polling" web feeds to retrieve posts. At a specified interval, the server will try to download every feed to which a user is subscribed, and add any new posts to the database. These posts are then displayed in a user's reader.
Building a web…