类似网络应用程序的实时桌面
我有兴趣构建一个类似实时桌面的应用程序(gmail 擅长的东西),所以我有兴趣知道有哪些选项,我知道 socket.io 和 XMPP
但当我们有大量流量和数据要推送给客户端时,您仍然建议选择什么。
Gmail 是否也使用 XMPP 向客户端推送新邮件?
I am interested in building a realtime desktop like app (something which gmail is good at), So I am interested in knowing what are the options, I am aware of socket.io and XMPP
but still what is your suggested option when we have lot of traffic and data to push to client.
Also is Gmail using XMPP for pushing new mails to client?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想查看这篇博客文章:http://blog.superfeedr.com/realtime- web-technologies/ 我几周前写的。
简而言之:这实际上取决于您想要构建的到底是什么。了解您提到的通信的“详细”程度也很重要:1 条消息/秒或 1 条消息/天。
You may want to look at this blog post : http://blog.superfeedr.com/realtime-web-technologies/ that I wrote a couple weeks ago.
In a nutshell : it really depends on what exatcly is that that you're trying to build. It is also important to understand how "verbose" would be the communications that you mention : 1 message/sec or 1 message/day.