Make microservices look like monoliths

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. actio

    Discontinued The Node.js framework for microservices and monoliths.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. Moleculer

    :rocket: Progressive microservices framework for Node.js

    My goto for this kind of task is moleculer: https://moleculer.services/

    Fast, battle tested, vue2-like approach, great documentation, good community. The automatic indipendent-scalability as an option is usually the main selling point of these solutions, but honestly I think the real pro is the "composition" approach, which is essential if you want to keep a clean and well-organized codebase. On this regard, I found moleculer pretty great even for large teams.

  4. spring-modulith

    Modular applications with Spring Boot

    Spring Modulith is trying to enforce strict module boundaries.

    I haven't yet tried it myself, but it looks promising:

    https://spring.io/projects/spring-modulith

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

  • How to Import/Reference a Microservice from another one

    1 project | /r/node | 25 Mar 2023
  • if Nodejs does not meant for CPU intensive tasks so I think it's better to avoid it from the beginning

    1 project | /r/node | 13 Aug 2022
  • Where can I learn to implement microservices?

    1 project | /r/node | 29 Apr 2022
  • Been playing with moleculerjs recently, and just finished my first package: a service that allows you to use any node API framework as a moleculer gateway.

    2 projects | /r/node | 1 Jan 2022
  • Progressive Microservices Framework for Node.js

    1 project | news.ycombinator.com | 16 Dec 2021

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?