1

I am looking for ASP.Net MVC implementation for reverse ajax comet/polling. Can anyone provide some good link or tutorial

Regards

Tassadaque
  • 8,129
  • 13
  • 57
  • 89

2 Answers2

3

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.

Zuuum
  • 1,495
  • 11
  • 18
2

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

www.frozenmountain.com/websync/

Jerod Venema
  • 44,124
  • 5
  • 66
  • 109