Superfeedr
Superfeedr is a feed API built on WebSub that is sometimes referred to as PuSH. It transforms a variety of feeds into a standardized RSS, Atom, or JSON format and distributes "pushes" them via WebSub or XMPP. Feeds allow publishers to send notifications to subscribers when content is updated.
History
Superfeedr was launched in 2009 by parent company Notifixious. While Notifixious' website went offline sometime between September 23, 2009 and January 5, 2010 and is no longer available. Superfeedr has remained online and available and continues to refer to Notifixious in the terms of service for the site.Superfeedr was bought by Medium in 2016.
Technology
PuSH is a protocol that relies on webhooks to push feed updates in real-time from publishers to subscribers in a decentralized manner. PuSH builds on existing protocols, ensuring that polling infrastructures currently in use are not changed or broken on implementation, and that polling is still available as a back-up. Superfeedr acts as a “default” hub that works for an RSS or Atom feed, whether the publisher supports the protocol or not.Superfeedr also built a feed graph to identify updates in related feeds to avoid polling feeds too aggressively.