Reverse AJAX with IIS/ASP.NET

扶醉桌前 提交于 2019-11-29 16:29:42

问题


Can you suggest me some techniques/API's for doing a Reverse AJAX with ASP.NET? I checked WebSync, but thats too expensive, any free API's?

And I would also be please to get some tutorials regarding the same..

Thanks a lot!


回答1:


James, Comet is the name of the technique and not a specific code.

Check this sites for comet with asp.net

http://www.frozenmountain.com/websync/

or

http://www.aaronlerch.com/blog/2007/07/08/creating-comet-applications-with-aspnet/




回答2:


PokeIn gives you an enhanced JSON functionality to make your server side objects available in client side. Simply, it is a Reverse Ajax library which makes it easy to call JavaScript functions from C#/VB.NET and to call C#/VB.NET functions from JavaScript. It has numerous features like event ordering, resource management, exception handling, marshaling, Ajax upload control, mono compatibility, WCF & .NET Remoting integration and scalable server push.

There is a free community license option for this library and the licensing option is quite cost effective in comparison to others.




回答3:


There is a free edition of Lightstreamer - you'd have to look at the feature list though. http://www.lightstreamer.com/products.htm



来源:https://stackoverflow.com/questions/4555462/reverse-ajax-with-iis-asp-net

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