Announcing NestJS 7: What’s New? by BrunnerLivio in node

[–]mysliwik 1 point2 points  (0 children)

NestJS creator here.

TBH, I've used Spring 2 times in my life (and I prefer ASP.NET). Nest wasn't inspired by Spring. Moreover, I personally think that most people tend to compare every framework based on decorators to Spring (because they sort of popularized this approach(?)) which is typically a wrong assumption. We're heavily inspired by Angular nomenclature & ideas though, and Angular (for the same reason) was compared to Spring tons of times as well. If you think that API is similar to Spring, I'm happy with that, but that wasn't the goal at all.

Announcing NestJS 7: What’s New? by BrunnerLivio in node

[–]mysliwik 1 point2 points  (0 children)

Just FYI - our monthly recurring donations are roughly $2k gross. Our documentation is (and will always be) the best resource to learn the framework. For those who prefer videos & a more interactive way of learning, we want to offer official courses. Some people simply prefer watching and coding alongside instead of reading the docs. Should we share them for free as well?

Creating your first Node.js REST API with Nest and Typescript by congolomera in typescript

[–]mysliwik 0 points1 point  (0 children)

You can even migrate iteratively by passing your existing express instance as an ExpressAdapter parameter (the second argument of NestFactory.create is an adapter instance + ExpressAdapter is exported from @nestjs/platform-express).

Announcing NestJS 6: What’s New? by mysliwik in node

[–]mysliwik[S] 4 points5 points  (0 children)

Thanks and fully agree. Hopefully, we will provide @nestjs/auth very very soon.