PART 0: Fundamentals of NEST.js

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • fastify

    Fast and low overhead web framework, for Node.js

  • 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!

  • jest

    Delightful JavaScript Testing.

  • 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.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Express

    Fast, unopinionated, minimalist web framework for node.

  • 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 [

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts