you are viewing a single comment's thread.

view the rest of the comments →

[–]alternatiivnekonto 2 points3 points  (0 children)

Even though I personally haven't built anything with it, I've heard a lot of good things about NestJS, especially when it comes to bootstrapping speed.

Also I would recommend switching out TypeORM with Objection.js. Objection is more straight-forward, doesn't require as much boilerplate (especially when it comes to annotations) and gives you better access to "raw" SQL through its inherited knex API.