0
kicks
ASP.NET Web API: push-like messaging to multiple subscriber apps
We are continuing our experiments with ASP.NET Web API and setting up a simple push (or push-like) messaging system between different apps using self hosting. In fact, we’ll use one app (“server”) to push out messages to a number of other apps (“clients” or “subscribers”).