Tracking down high memory usage in Node.js

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
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
  1. RxJS

    A reactive programming library for JavaScript

    As I was fairly new to the codebase, I first wanted to understand the code, what the library in question did and how it was supposed to be used, hoping with this process it would be easier to identify the problem. Unfortunately, there was no proper documentation but from reading the code and searching how services were utilising the library I was able to understand the gist of it. It was a library wrapping around redis streams and exposing convenient interfaces for event production and consumption. After spending a day and a half reading the code, I was not able to grasp all the details and how the data flowed due to code structure and complexity (a lot of class inheritance and rxjs which I am not familiar with).

  2. 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

  • Exploring the Benefits of Functional Reactive Programming in JS

    1 project | dev.to | 27 Jun 2025
  • A Stream-Oriented App — building in public

    5 projects | dev.to | 13 Jun 2025
  • Reactivity in Programming

    2 projects | dev.to | 15 Apr 2025
  • Turn React Hooks into LLM Tools and Contexts

    2 projects | news.ycombinator.com | 11 Apr 2025
  • Streams Oriented Programming

    4 projects | dev.to | 8 Feb 2025

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