使用 IIS/ASP.NET 反向 AJAX

发布于 2024-10-09 18:04:49 字数 117 浏览 2 评论 0原文

您能否建议我一些使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

2024-10-16 18:04:49

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/

墨小墨 2024-10-16 18:04:49

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.

对你的占有欲 2024-10-16 18:04:49

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文