Connect to MongoDB Change Streams with TypeORM / NestJS

Viewed 274

Do you know any idea of connecting to MongoDB Change Streams using NestJS + TypeORM? An example is really appreciated.

I'm using NestJS for my backend and Angular for my frontend. I'm able to connect to MongoDB using typeorm/MongoRepository from NestJS. I wanna update "in real time" the changes in data on MongoDB.

0 Answers
Related