Sharing data between two ASP.Net Core clients
I need to be able to very quickly (low latency) share data between two clients. What would be the way to architect this? Do I make a Singleton service that will in some way maintain some sort of buffer or something?
0 Replies