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.
谷歌文档和概念等应用程序可以实时同步。这是如何实现的?我知道 websocket 可以做这样的事情。
但是我没有在开发者工具中看到任何 websocket 流量。相反,我看到了获取和发布请求。如何通过 GET/POST 请求实现这一点?