We are progressively migrating our app from the NestJS framework to Express and thought of including NestJS as a module of Express so the migration can be done in small batches. Things seem to be connected but the NestJS seems to be a restart for every request. This is not a bug but a general approach on how to coexist Express & NestJS would be appreciated.
Express + NestJS repo https://gitlab.com/vijaysvj/express-with-nest/-/tree/master/
References: