Difference between ASP.NET WebHooks and Signal-R

后端 未结 2 1264
不知归路
不知归路 2020-12-13 01:28

What is the difference between the newly release ASP.NET WebHooks and Signal-R? What are the advantages or disadvantages? What are the use cases for each technology?

2条回答
  •  情书的邮戳
    2020-12-13 02:16

    It really depends on service you want to integrate with and how. WebHooks is a simple pattern for integrating event notifications across different SaaS services. If the service you want to integrate with supports WebHooks then you can use that. If it supports SignalR then you can use that. In that sense the two are quite complementary.

    Check Henrik F Nielsen post at http://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx

提交回复
热议问题