Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 8
    This is more of a "push API" than a "plugin" system - you're providing a way for other services to receive notification of selected events. What is generally meant by "plugins" is that you can install the application and then add functionality to customise its behaviour to your purposes, which requires the plugin to be running locally - or at least have a secure and efficient 2-way communication to provide information to the application not just take it from it. The two features are somewhat distinct, and for many cases a "feed" (e.g. RSS, iCal) is a simple alternative to a push API. Commented Jun 14, 2013 at 18:47