Reverse ajax Comet/Polling implementation for ASP.NET MVC?
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/
精彩评论