Ajax 推送 - 需要考虑什么?
我正在研究“Comet”、“Ajax Push”或“Reverse Ajax”并找到了 APE:http:// www.ape-project.org。看起来很有希望。有谁有这方面的经验吗?我应该了解哪些优点和缺点?
另外,我还应该考虑其他引擎吗?
I'm looking into "Comet", "Ajax Push" or "Reverse Ajax" and have found APE: http://www.ape-project.org. It seems very promising. Any one with experience with this? Any pros and cons I should know about?
Also, are there any other engines I should be considering?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您想使用 WebSockets 或 Comet。
如果您想自行托管,有以下选项:
如果您不想托管实时基础设施,那么您可以使用托管服务,例如 我为之工作的推动者。
Sounds like you want to be using WebSockets or Comet.
If you want to self-host there are the following options:
If you don't want to host the real-time infrastructure then you could use a hosted service such as Pusher who I work for.
这是一个不完整的答案,但 APE 对于 1 的文档很少。请参阅此页面 http://www.nulldevice.de/2010/09/ape-ajax-push-engine/
This is an incomplete answer, but APE has very little documentation for 1. See this page http://www.nulldevice.de/2010/09/ape-ajax-push-engine/