-
Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications* Under the hood, Nest makes use of robust HTTP Server frameworks like Express (the default) and optionally can be configured to use [Fastify*(https://github.com/fastify/fastify) as well!
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
How do you assume that your controller is working the way it should? Well NEST also handles this for us. If we create a new module with the CLI, NEST automatically adds a .spec file, a file, where we can define tests. NEST is using JEST and Supertest frameworks for this purpose.
-
server-side applications* Under the hood, Nest makes use of robust HTTP Server frameworks like Express (the default) and optionally can be configured to use [