Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将将 Ajax 用于 Web 仪表板 w。实时更新,计划使用 Ajax,但我听说 websocket 可能是一个不错的选择。
Websocket 还是 Ajax?
(彗星和码头也是一种选择)
我推荐使用 AJAX,因为它将与最广泛的浏览器兼容。
根据Wikipedia,Web 套接字听起来很有希望,但目前仅在 Chrome 和 Firefox 3.7+ 中受支持。