Refactoring away from NestJS to Moleculer

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Moleculer

    :rocket: Progressive microservices framework for Node.js

  • Our work project has outlived it's MVP life-cycle nature and we have decided to move away from currently used NestJS framework to https://moleculer.services/ in a manner of fairly extensive and aggressive refactor.

  • marshal.ts

    A new full-featured and high-performance TypeScript framework

  • I feel you. I had the same issues and went down the path 2 years ago to create a new framework that solves that. I really believe DX is important and the framework should be more than stiching together many very different extern libraries with a suboptimal DI container. Because that what Nest does: it has basically only a DI container with a few light abstractions like Guards and everything else comes from external: serializer, orm, validator, etc. Take a look if you want: https://deepkit.io/ We aim to replace NestJS and start over without the issues. Feel free to join our Discord where you get help in minutes for every questions you might have, so you wont waste time searching the internet like you did with NestJS.

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

  • express-ts

    4 projects | /r/typescript | 14 Jan 2022
  • Rock Solid Express Application Architecture

    14 projects | dev.to | 6 May 2021
  • NestJS tip: how to change HTTP server timeouts

    1 project | dev.to | 6 Apr 2024
  • Full Stack Web Development Concept map

    11 projects | dev.to | 23 Mar 2024
  • Don't go all-in Clean Architecture: An alternative for NestJS applications

    3 projects | dev.to | 19 Mar 2024