1 year ago
#377487
user155489
Approach for notifying the user when record is updated
We need to notify the user whenever the same record is updated by a different user/system.
My front end is Angular and backend is Asp.Net web API.
I'm thinking of two options
- poll backend based on timer trigger
- Signal R to notify the Angular App
Not sure which one is the right fit for this problem. Please recommend.
angular
websocket
architecture
signalr
signalr-hub
0 Answers
Your Answer