Thursday, October 22, 2015

WebHooks

Introducing Microsoft ASP.NET WebHooks Preview - .NET Web Development and Tools Blog - Site Home - MSDN Blogs

"WebHooks is a lightweight HTTP pattern providing a simple pub/sub model for wiring together Web APIs and SaaS services. When an event happens in a service, a notification is sent in the form of an HTTP POST request to registered subscribers. The POST request contains information about the event which makes it possible for the receiver to act accordingly."


No comments: