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.
我有一个情况,我有两个用户从两个单独的 Web 浏览器和一个后台进程协作,该进程需要独立于任何通信将信息推送到两个浏览器。
因此,在这种协作中实际上有三个参与者——两个用户和一个后台进程。
我想知道 Atmosphere 是否支持这个用例。也就是说,后台作业是否可以在准备更新浏览器时将信息发送到浏览器?
请参阅常见问题解答:https ://github.com/Atmosphere/atmosphere/wiki/Server-Side-Broadcasts--OR-Communication-from-Server-Sides--OR--Non-Http-initiated-Broadcast
简短的回答:是的,气氛支持您的用例。