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

后端 未结 3 1039
执笔经年
执笔经年 2020-12-29 09:34

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

3条回答
  •  情话喂你
    2020-12-29 10:06

    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 : )

提交回复
热议问题