I'm sorry if the title is too generic, but I've been browsing the Internet for one hour and I couldn't find any architectural explanation. I'm totally new both to RSS and Atom protocols, as far as I have understood until now is:
It seems like a queueing mechanism (like JMS). What is not clear to me is:
Can anyone address me to some documentation about that? I've been googling for a while but every search sends me to sites that explain how to use libraries for parsing etc....
Thanx
I think these answer your questions:
How does a client know that a message has already been read and that is no longer 'new'?
I think that is specific to the implementation, but for example you could save guids of each fetched <item>
and then flag them read as the user reads the items.
I think Janih's answer below is good and you should check all these links. For more specific details to you questions:
Clients are notified" is just another way of saying "clients must poll the server to check if there are new messages?
Yes... and no. Yes, polling is the default and yes it's cumbersome. Protocols like PubSubHubbub will help. RSS Feed API services like Superfeedr (which I built!) will do it on your behalf and send you notifications using a webhooks (so you don't have to poll at all!)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With