Updating Html Table when data is added to mongo db

I am making a asp.net core mvc application and I wanna add data to my table every time a entry is added to my mongodb?
I have tried using SignalR but it wont work? any ideas on how I could do it
Was this page helpful?