C#/ASP Based Reverse AJAX

后端 未结 2 1731
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 09:15

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/Com

相关标签:
2条回答
  • 2020-12-10 09:45

    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-with-aspnet/

    This is called comet technique and is a web application model in which a long-held HTTP request allows a web server to push data to a browser, without the browser explicitly requesting it.

    0 讨论(0)
  • 2020-12-10 09:49

    PokeIn comet ajax library works platform independent. ( Mono + .Net )

    0 讨论(0)
提交回复
热议问题