使用 IIS/ASP.NET 反向 AJAX
您能否建议我一些使用 ASP.NET 执行反向 AJAX 的技术/API?我检查了 WebSync,但那太贵了,有免费的 API 吗?
我也很高兴获得一些有关相同内容的教程..
非常感谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
James,Comet 是该技术的名称,而不是特定的代码。
使用 asp.net
http://www.frozenmountain.com/websync/
或
http://www.aaronlerch.com/博客/2007/07/08/creating-comet-applications-with-aspnet/
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/
PokeIn 为您提供增强的 JSON 功能,使您的服务器端对象在客户端可用。简单来说,它是一个反向 Ajax 库,可以轻松地从 C#/VB.NET 调用 JavaScript 函数,以及从 JavaScript 调用 C#/VB.NET 函数。它具有众多功能,例如事件排序、资源管理、异常处理、编组、Ajax 上传控制、单声道兼容性、WCF 和 Web 界面。 .NET Remoting 集成和可扩展的服务器推送。
该库有一个免费的社区许可选项,并且与其他库相比,该许可选项非常具有成本效益。
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.
Lightstreamer 有一个免费版本 - 不过您必须查看功能列表。
http://www.lightstreamer.com/products.htm
There is a free edition of Lightstreamer - you'd have to look at the feature list though.
http://www.lightstreamer.com/products.htm