Closed triatic closed 2 years ago
notifies RSS feed readers as soon as a new article is published on an RSS feed
In this case, RSS-Bridge instance must (1) know, which feeds are "websubed". To know this, RSS-Bridge must store somewhere those feeds. Currently the only thing it stores - cache related stuff.
After it finds out "websubed" feeds, instance must (2) periodically (for example, after cache times out) refetch upstream content.
At least 2 things to implement.
Is there any scope for including WebSub into RSS bridge?
IMHO, no. But it is discussible.
It's certainly not a trivial feature to implement and requires a "cost benefit analysis". One for discussion as you say.
On reflection I agree with @em92 and will close the issue.
WebSub is a protocol that notifies RSS feed readers as soon as a new article is published on an RSS feed, without having to wait for the newsreader to poll the server on the scheduled interval. WebSub is a W3C Recommendation: https://www.w3.org/TR/websub/
Is there any scope for including WebSub into RSS bridge?