Persistent connection with client

后端 未结 5 1428
轻奢々
轻奢々 2021-02-08 06:10

Is there a general way to implement part of an application with JavaScript and supplying a persistent connection to a server? I need the server to be able to push data to the cl

5条回答
  •  既然无缘
    2021-02-08 06:28

    You should look into Comet:

    http://ajaxian.com/archives/comet-a-new-approach-to-ajax-applications

提交回复
热议问题