How Artemis polls web feeds
jamesg.blog·3w

Published on September 18, 2025 under the Artemis category.

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 reader is fun and technically interesting in part because there are many considerations for polling web feeds. With that said, there are many best practices to keep in mind so that you don’t retrieve URLs more often than you need to.

I wanted to document the flow that Artemis – the calm web reader I maintain – follows to download web feeds. Artemis polls seve…

Similar Posts

Loading similar posts...