I have a situation where I have two users collaborating from two separate web browsers and a background process that needs to push information to both browsers independent of any communication.
So there are effectively three actors in this collaboration- two users and a background process.
I was wondering if Atmosphere supports this usecase. That is, can the background job cause information to be sent down to the browsers when it is ready to update the browser?