Sorry for the very rudimentary question.
I'm writing a simple management app for production equipment on Blazor Server. I want to view that data on the Blazor page as the number of completed pieces is updated from the production equipment to the database every second.
Specifically, I want to refresh the page once the database is refreshed, or every few seconds (for example, every 10 seconds).
However, I have no idea how to make either of these. How should this be considered and implemented?
I'm sorry for the very abstract question, but I would like some advice. Thank you.