Hacker News new | ask | show | jobs
by seymon 1018 days ago
Has anyone managed to run a non trivial Nest.js application with bun already?

With non trivial I mean an application using a lot of Nest.js features and libraries like TypeORM, Swagger-UI.

1 comments

Not nestJS, but built around express typeorm and the rest and the code base is 5 years old so you can imagine.

Bun has seriously been a god send. I am so happy that we can finally do top level awaits and it allowed us to delete a lot of hacky code that we had in place just to make node and all the build dependencies happy.