服务器推送:使用不同的数据更新多个客户端
是否可以使用 ICEpush 或类似的东西更新具有不同数据的多个客户端?又如何呢?
也就是说,考虑有一个实时应用程序(我正在使用 JSF)将两个用户组(客户端)“提供者”和“购买者”聚集在一起。当提供商提出报价时,服务器将根据某种匹配算法仅选择一个买家并将报价推送给他。其他买家/客户将收到从服务器推送的不同通知。
谢谢
Is it possible to update multiple clients with varying data using ICEpush or something similar? And how?
That is, consider having a real-time application (I'm using JSF) that brings two user groups (clients) together, the "providers" and "buyers". When a provider makes his offer the server will pick only one buyer according to some matching algorithm and push to him the offer. The other buyers/clients will get a different notification pushed from the server.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(不是答案)您想要向所有人进行广播,然后向买家进行一次推送。
(Not an answer) You want to do a broadcast to all, and then a single push for the buyer.