Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Implement ReverseAJAX (Comet) in ASP.Net MVC

How could I implement a Comet architecture in a ASP.Net MVC?

like image 310
SDReyes Avatar asked Feb 14 '10 00:02

SDReyes


People also ask

Can we use Ajax in MVC?

The MVC Framework contains built-in support for unobtrusive Ajax. You can use the helper methods to define your Ajax features without adding a code throughout all the views. This feature in MVC is based on the jQuery features. To enable the unobtrusive AJAX support in the MVC application, open the Web.


1 Answers

The paid alternative

There are great comments about the question in this thread.

And based in the fact you can use handlers in a MVC app:

WebSync

will do the work : )

like image 108
SDReyes Avatar answered Sep 28 '22 21:09

SDReyes