Spring Dev looking at Nest.JS and I have some major concerns about the packages that its built on and the node community more generally.

This page summarizes the projects mentioned and recommended in the original post on /r/node

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

    TypeORM module for Nest framework (node.js) 🍇 (by nestjs)

  • Also, re: TypeORM - first, it looks like they've forked it. (https://github.com/nestjs/typeorm) -- I'm not sure how maintained it is. On their docs they've got a few different recipes for using different ORM solutions -- there's an article for sequelize, mongoose, -- but it looks like you can plug in anything you desire. For my two cents, I really dislike ORMs in javascript and would likely opt for using the database driver(s) directly.

  • restana

    Restana is a lightweight and fast Node.js framework for building RESTful APIs.

  • Most newer server frameworks are quite easy to modify and update yourself. For instance, I added async middleware support to https://github.com/BackendStack21/restana without being that familiar with the codebase.

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

    The React Framework

  • You could also look at Next.js, https://nextjs.org/, which is definitely not going away and arguably offers more for modern development than just the simple REST api.

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