Node.js Performance Optimization: Writing Faster Server-Side Code

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. node-clinic

    Clinic.js diagnoses your Node.js performance issues

    Node.js thrives on its event-driven, non-blocking architecture. However, blocking the event loop with synchronous operations can cripple performance. Use tools like the node-clinic suite to identify bottlenecks. Offload CPU-intensive tasks to worker threads using the worker_threads module to keep the main thread responsive.

  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

  • Send emails with Bolt.new and Mailtrap

    1 project | dev.to | 2 Sep 2025
  • Installing with –prefer-offline doesn't work if deps are not available in cache

    1 project | news.ycombinator.com | 2 Sep 2025
  • Show HN: StripeMeter – Open-Source Usage Metering for Stripe Billing

    1 project | news.ycombinator.com | 1 Sep 2025
  • Event-driven cookie manager for the modern web.

    2 projects | dev.to | 31 Aug 2025
  • Show HN: I made an app for gamers to stop procrastinate

    1 project | news.ycombinator.com | 29 Aug 2025

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