How to implement MongoDB change stream in NestJS application using Mongoose driver?
I have two applications, one built with NestJS and the other with Express. Both are connected to MongoDB Atlas, and I have a user table with only one column: name. I’m trying to implement real-time updates on this table using MongoDB change streams.