#What is NestJS
4 messages · Page 1 of 1 (latest)
Hi @autumn osprey , docs are the best source to get to know about this NodeJs framework.
But, in few words, it's a framework to build robust NodeJs applications using Typescript.
It is similar to an Angular project structure. So, if you worked on Angular before, you will find it easy to start with.
Again, I encourage you to read the docs -- it comes with code examples too
https://docs.nestjs.com/
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
thanks
great question!