Is there an solution to make a Asp.Net core backend "real time"? What i mean on realtime is, for example an angular framework app conects to the backend, and when someone updates something in the database it notifies the connected frontend about it.
Like how the firebase realtime database/firestore works.