Search code examples
google-app-enginemessagingnotificationsherokupolling

Avoiding polling on services like Heroku and Google App Engine?


I do not think there's a way to do this but I thought I'd ask to see what workarounds people are using to avoid polling on Heroku and/or GAE.

How are you sending out notifications in somewhat real-time from these apps?


Solution

  • GAE can use one of the following to notify another system:

    • xmpp
    • urlfetch to a callback url
      • like to pubsubhubbub
    • send email