Websocket、Ajax、cometd
我即将使用 Ajax 来创建 Web 仪表板。实时更新,计划使用 Ajax,但我听说 websocket 可能是一个不错的选择。
Websocket 还是 Ajax?
(cometd 和 jetty 也是一个选项)
I am about to use Ajax for a web dashboard w. real-time updates, planning on using Ajax but i hear websocket might be a good way to go.
Websocket or Ajax?
(cometd & jetty is also an option)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 AJAX,因为它将与最广泛的浏览器兼容。
Web 套接字听起来很有前途,但根据 Wikipedia 目前仅在 Chrome 和 Firefox 3.7+ 中受支持。
I recommend using AJAX since it will be compatible with the widest range of browsers.
Web sockets sound promising but are currently only supported in Chrome and Firefox 3.7+ according to Wikipedia.