Hacker News new | ask | show | jobs
by okhobb 1266 days ago
I've found NestJs to be a very thoughtful application framework. I'd argue it demonstrates pro-level typescript coding.

https://github.com/nestjs/nest

1 comments

Nest is impressive. Especially if you came from .Net or Java. I just started a new project with Nest recently and it was a breath of fresh air. It has all the bits I had to add manually to other Node projects in the past. I feel like they go a bit over the top promoting design patterns in their documentation, though I appreciate how methodical they are with them in their own code.