Server push: comet vs ape?

后端 未结 8 1180
难免孤独
难免孤独 2021-02-15 16:24

I\'ve read a little about comet and also APE.

Which one is better? I want the users to see other users updated content. Like Google Wave.

And in comet, there are

8条回答
  •  不要未来只要你来
    2021-02-15 16:50

    Comet = Umbrella term for the technology also known as "reverse ajax" or "long polling"

    APE = An implementation of Comet technology.

    You can think of Comet being a certain make of car while APE is the model.

    See also:

    http://en.wikipedia.org/wiki/Comet_%28programming%29

    http://www.ape-project.org/ajax-push.html

提交回复
热议问题