Microservices using express js

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

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. jest

    Delightful JavaScript Testing.

    Remember there are many other standalone mocking libraries like sinonjs. Most of these libraries (including jest's mock) won't work with ESM. And the js ecosystem is now transitioning from CommonJS to ESM. This is also a good reason to stick with DI so that your app inherently testable (rather than depending on some mocking libraries capabilities).

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. PHP AMQP

    The most widely used PHP client for RabbitMQ

    Microservices have nothing to do with Nest vs Express or anything like that. It's really just about breaking your code into smaller services and then using a mechanism to communicate between them. Hell, you can even have one service using Nest and the other Express if your communication mechanism is HTTP. A more robust system typically uses something like RabbitMQ, which allows for different types of messaging patterns and asynchronous messaging.

  4. microservice-chat-app

    Microservice chat app created with React, Node.js, Typescript, GraphQL, MySQL, Docker

    Repo link: https://github.com/mitchthebaker/microservice-chat-app

  5. Moleculer

    :rocket: Progressive microservices framework for Node.js

    Look into Moleculer.

  6. strato-db

    MaybeSQL in SQLite: Best of both worlds

    Oh jeez - this can run on a single $5 VM without breaking a sweat. You can then even use something like https://github.com/StratoKit/strato-db to have a really fast SQLite DB at your disposal without devops load.

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB 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

  • Timescale Is Now TigerData

    5 projects | news.ycombinator.com | 17 Jun 2025
  • How to Run CRON Jobs in Postgres Without Extra Infrastructure

    11 projects | news.ycombinator.com | 30 May 2025
  • SQL Workbench – Republicans not welcome

    2 projects | news.ycombinator.com | 29 May 2025
  • AWS Lambda and Puppeteer: Fonts for Emoji + Non-Latin

    2 projects | dev.to | 29 May 2025
  • Scalable REST API Architecture with NestJS, Prisma, Swagger, & Docker: How To.

    5 projects | dev.to | 25 May 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?