Relative Content

Tag Archive for websockets

Best practice with SignalR communication

I’m working on a project that involves online purchases. I have my web api in C# and my client in REACT (javascript).
Server and client are connected with SignalR. I want that when an ORDER is changed all the clients that are watching the details of the order receive the warn to refresh the page.