Showing posts with label webhooks. Show all posts
Showing posts with label webhooks. Show all posts

Thursday, 6 October 2016

Webhooks Vs WebSockets

WebSockets Can be used to exchange event notifications but it requires a constact network connection . Signalr is best example of Websockets that can be used within an Asp.net application Whereas WebHooks are for event notification across other web applications and other external services. It is similar to b2b communication. Example  You can receive a WebHook when someone...

What are Webhooks and Webhooks vs WebAPI ?

 If you ever used API’s then you know they follow request - response mechanism . Every Request is followed by a Relevant API Response Example 1 -  if we need to fetch our emails we will make a Reques to API with required credentials like Emailid, MessageCount and userid and API will give our Emails in Response to Source From where Request Came Whereas As Webhooks...

What are Webhooks and Webhooks vs WebAPI ?

 If you ever used API’s then you know they follow request - response mechanism . Every Request is followed by a Relevant API Response Example 1 -  if we need to fetch our emails we will make a Reques to API with required credentials like Emailid, MessageCount and userid and API will give our Emails in Response to Source From where Request Came Whereas As Webhooks...