I would like to update a datagrid for all site visitors on a Blazor site when a record is added to the database. In my scenario, a record is added to the database via an API controller. Now it should be automatically visible to all site users. At the moment I have a timer that queries the DB table every 1000ms. I find that burden but the database unnecessary. How would you realize that? I am very grateful for every hint.