How do modern implementations of Comet/Reverse AJAX work? Any stable C# WCF or ASP.NET implementations?

前端 未结 3 489
鱼传尺愫
鱼传尺愫 2020-11-29 10:28

What is the correct way (or best) way to implement Comet, HTTP Push, or Reverse AJAX?

What .NET implementations would you recommend?

3条回答
  •  既然无缘
    2020-11-29 11:21

    Microsoft is developing HTTP push in SignalR

    https://github.com/SignalR/SignalR

提交回复
热议问题