I built open-source suite of tools to streamline Microservices

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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • microservice-stack-shop-demo

  • The demo project is not using nestjs monorepo or nestjs microservices, https://github.com/FurlanLuka/microservice-stack-shop-demo/tree/main/apps/api if you look at apps folder, each service is its own configuration and is separately buildable, separately deployable etc. And yes services do exist in the same repository , they do share libraries and changes to shared libs cause redeployment of multiple services. But thats doesn't make them distributed monolith unless they are tightly coupled. If you look at the demo project, everything is build in event-driven fashion and all services are ASYNC. They are not really tightly coupled to anything. While they do need other services to gather events from and act on them, they can just as well be deployed without other services as they are not aware of them in the first place

  • microservice-stack

    A suite of tools that aim to help developers create microservice architectures

  • 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