Jan 18, 2023
To the best of my knowledge, I don't think mongodb provides real time update.
Realtime update is something that can be done through a persistent connection such as websockets, SSE (server sent events), long polling.
If you want a solution that offers realtime update for the feature discussed in the blog post, look into Firebase.
Mongodb is a NoSQL database solution that promises eventual consistency.