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.
我正在考虑在 ASP .NET 中构建一个聊天应用程序。我正在考虑使用推或拉。我发现拉比推更具可扩展性。但是有没有人知道像 gtalk、yahoo 等网络聊天信使是使用拉还是推?
谢谢。
Gmail等正在使用彗星。这是一个推送架构。
有一篇关于ajaxian的好文章描述了彗星的工作原理,这种技术用于将数据从服务器推送到客户端。
但我真的很期待WebSocket,我认为它会让很多事情变得更容易。