reverse-ajax

C#/ASP Based Reverse AJAX

混江龙づ霸主 提交于 2019-11-27 03:39:23
问题 I have a current project running using APE that needs to work on C#/.NET... I was wondering if anyone had any suggestions for either a method of approaching Reverse AJAX/Comet on C#/.NET or any packages such as APE that are available. EDIT For clarification, APE doesn't work on Windows. Which is a restriction I have with the project. 回答1: I think that you asking for something like http://www.frozenmountain.com/websync/ or http://www.aaronlerch.com/blog/2007/07/08/creating-comet-applications

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

倖福魔咒の 提交于 2019-11-27 02:06:29
What is the correct way (or best) way to implement Comet, HTTP Push, or Reverse AJAX? What .NET implementations would you recommend? I have hear about, WebSync and PokeIn , both are paid implementations, I have used PokeIn and its pretty straight forward. If you are looking forward to code your own COMET implementation, I just can say that its a complex task, because you need to modify the natural behaviour if IIS. Its a hacky way to get around the limitations of the HTTP protocol and you need to know really well what you doing so don't end up breaking things around =). It's also known as long

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

≡放荡痞女 提交于 2019-11-26 09:55:11
问题 What is the correct way (or best) way to implement Comet, HTTP Push, or Reverse AJAX? What .NET implementations would you recommend? 回答1: I have hear about, WebSync and PokeIn, both are paid implementations, I have used PokeIn and its pretty straight forward. If you are looking forward to code your own COMET implementation, I just can say that its a complex task, because you need to modify the natural behaviour if IIS. Its a hacky way to get around the limitations of the HTTP protocol and you