Looking for examples of Push APIs, other than the websocket or the comet or the pubsub. Need examples specifically for communication between two systems (versus Client/Browser - Server). In other words it doesn't have to be over HTTP.
Examples of Push APIs
1.2k Views Asked by GeorgeU At
2
PubSubHubbub A simple, open, server-to-server web-hook-based pubsub (publish/subscribe) protocol as an extension to Atom and RSS.
They also have a wiki page for comparing different protocols.