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-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.




回答2:


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



来源:https://stackoverflow.com/questions/3935003/c-asp-based-reverse-ajax

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!