1
Answer

Cross App Domain Events

Ben

Ben

13y
2.9k
1
Here is what I am trying to do. I have client applications that send data to my server app. When the server is done processing the data, I would like for it to raise an event that the clients can subscribe to. This event would tell the client that the processing is done. The problem is I don't want the client to have to make a request in order for the event to be raised. Is there any way to do this?

Answers (1)