Using WebAPI , I have to monitor active status from database table
The column having active status only needs to shown in UI ( we dont know when exactly the user goes on active ) - so need a "monitor" application to show active users
But all example I can see with SignalR component with message broker example
Do we have any other way to do it ? any link or application code base would be great
Thanks Joe