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.
我想知道 facebook 如何从服务器获取实时更新。做了一些分析,发现它使用了某种不断死亡和生成的频道,比如 0-143.channel.facebook.com
请给出你的想法可能是什么。谢谢 Ankur Goel
Facebook 使用 javascript 在指定的时间范围内向其服务器发送 ajax 请求,例如每 60 秒左右,如果有更新,则相应地更新您的 UI。
开始http://jquery.com/更具体地说http://api.jquery.com/jQuery.ajax/