0
Is NestJS enough for my server building or do I still need to learn Node.JS in my Full-stack developer course?
I am a new learner and as a full-stack developer learning Angular + NestJS I am confused whether I still need to learn Node.JS also or is NestJS enough for server building? Besides, I still don't know much of different benefits of both these server-side development tools.
1 Odpowiedź
+ 3
Nestjs is framework of nodejs built on top of express js.
So if you learn Nestjs you ultimately learn node as well.