开发者

Reverse ajax Comet/Polling implementation for ASP.NET MVC?

开发者 https://www.devze.com 2023-01-08 17:56 出处:网络
I am looking for ASP.Net MVC implementation for reverse ajax comet/polling. Ca开发者_C百科n anyone provide some good link or tutorial

I am looking for ASP.Net MVC implementation for reverse ajax comet/polling. Ca开发者_C百科n anyone provide some good link or tutorial

Regards


I suggest you to check PokeIn library.

PokeIn gives you an enhanced JSON functionality to makes 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 are 2 ASP.NET MVC samples on the link above.


Check out WebSync, a reverse AJAX/Comet server for .NET.

www.frozenmountain.com/websync/

0

精彩评论

暂无评论...
验证码 换一张
取 消