简体   繁体   English

使用IIS / ASP.NET反向AJAX

[英]Reverse AJAX with IIS/ASP.NET

Can you suggest me some techniques/API's for doing a Reverse AJAX with ASP.NET? 您能建议我一些使用ASP.NET进行反向AJAX的技术/ API吗? I checked WebSync, but thats too expensive, any free API's? 我检查了WebSync,但这太昂贵了,有免费的API吗?

And I would also be please to get some tutorials regarding the same.. 我也将希望获得一些与此相同的教程。

Thanks a lot! 非常感谢!

James, Comet is the name of the technique and not a specific code. 詹姆斯,彗星是这项技术的名称,而不是特定的代码。

Check this sites for comet with asp.net 使用asp.net检查此站点是否有彗星

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

or 要么

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

PokeIn gives you an enhanced JSON functionality to make your server side objects available in client side. PokeIn为您提供增强的JSON功能,以使您的服务器端对象可在客户端使用。 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. 简而言之,它是一个反向Ajax库,可以轻松地从C#/ VB.NET调用JavaScript函数以及从JavaScript调用C#/ VB.NET函数。 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. 它具有许多功能,例如事件排序,资源管理,异常处理,封送处理,Ajax上传控制,单声道兼容性,WCF和.NET Remoting集成以及可伸缩的服务器推送。

There is a free community license option for this library and the licensing option is quite cost effective in comparison to others. 该库有一个免费的社区许可选项,与其他许可相比,许可选项具有很高的成本效益。

There is a free edition of Lightstreamer - you'd have to look at the feature list though. 有一个免费版本的Lightstreamer-但是您必须查看功能列表。 http://www.lightstreamer.com/products.htm http://www.lightstreamer.com/products.htm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM