COMET javascript library

后端 未结 4 1647
余生分开走
余生分开走 2020-12-29 06:41

I am looking for a simple and reliable Comet javascript library. I want to keep a persistent streaming of data from my server (via PHP script) to the client side. I tried bu

4条回答
  •  情书的邮戳
    2020-12-29 07:05

    There is a jquery comet plugin Probably the best version though is the Dojo library

    I have a quick list of commands I used to get a jetty server with comet up and running here

提交回复
热议问题