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

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

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

3条回答
  •  生来不讨喜
    2020-12-29 10:14

    As long as you need to implement server push support onto your ASP.NET MVC application you will need some extra functionalities like detection of client status etc. I suggest you to try PokeIn comet ajax library which you can find sample project here

提交回复
热议问题