gpt4 book ai didi

javascript - 无需ajax或在网络选项卡中记录请求即可更新数据 - Websockets

转载 作者:行者123 更新时间:2023-11-28 17:41:13 25 4
gpt4 key购买 nike

我发现一个正在更新其贸易数据的网站,看起来就像使用AJAX,但在chrome的网络面板上没有任何类型的请求日志。

见下图 -

Trade table and coin prices are getting updated, but no log

现在再次,来自同一 session -

Trade table and coin prices are getting updated

我的假设是这些价格是从 JSON 更新的,因为跟踪器 API 在页脚处给出 - https://koinex.in/api/ticker但这些更新没有 console.log 或网络日志,而且这些速率更新得非常快,尝试访问并查看。

有谁知道他们使用什么来隐藏请求。

注意 - 网站是 Angular ,因为它有 ng 指令引用 - - https://koinex.in/exchange/ripple

最佳答案

他们正在使用 WebSocket 来刷新数据。检查 Developer Console 上的 WS 或 WebSocket 选项卡。

当您处理快速变化的数据并希望将其展示给用户时,这是最佳实践之一。

WebSocket is an advanced technology that makes it possible to open an interactive communication session between the user's browser and a server. With this API, you can send messages to a server and receive event-driven responses without having to poll the server for a reply. (read more)

关于javascript - 无需ajax或在网络选项卡中记录请求即可更新数据 - Websockets,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47900595/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com