jquery comet long polling and streaming tutorials? [duplicate]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-22 09:45:48

问题


Possible Duplicate:
Comet and jQuery

im so tired of not finding good tutorials on long polling/streaming comet techniques with jquery. what is wrong with the comet community. a lot of people wanna use this but there are no good tutorials about it.

why so slow?


回答1:


It's not a question about the comet community, it's just that this is only half of the problem. You eventually need a comet client (such as jquery, dojo, or custom clients according to the server), but first you need a comet server to connect to (such as Jetty, WebSync, etc). Once you pick the server, you can then pick the client. If it's a Beayux client (such as the two servers mentioned) which is an open spec, then you can just plug in any client that supports that standard.



来源:https://stackoverflow.com/questions/2015443/jquery-comet-long-polling-and-streaming-tutorials

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!