Open ArcticLampyrid opened 2 months ago
I've never seen anyone use it. Can you provide specific use cases and explain its benefits?
Most plugins for self-hosted blogs will support this, but I do not know how many users will adopt it.
Some large websites that support this feature include:
its benefits
This is for obtaining updates in a more timely (almost real-time) manner, of course.
Clear and concise description of the problem
PubSubHubbub
(though still a working draft) is an open, simple, web-scale and decentralized pubsub protocol. In RSS channel which expects a real-time pushing, it is used to send the notification.Suggested solution
To subscribe, the process is straightforward. Simply parse the
//atom:link
tag:Afterward, periodically send a request to register a Webhook.
Once the feed is updated, the owner will notify the hub (e.g., Google PubSubHubbub Hub), which will then forward the event to all registered Webhooks.
Alternative
No response
Additional context
Validations