I'm experimenting with the getstream.io service, and evaluating if it fits our use case. Basically what I would like to to is for one server side service to add activity to a feed, and then for another server side code to subscribe to changes to that feed, and receive them in real time. Both should be in C# ideally.
Is this possible at all?