Systems | Development | Analytics | API | Testing

NodeJS

Improving Node.js Application Performance With Clustering

When building a production application, you are usually on the lookout for ways to optimize its performance while keeping any possible trade-offs in mind. In this post, we’ll take a look at an approach that can give you a quick win when it comes to improving the way your Node.js apps handle the workload. An instance of Node.js runs in a single thread which means that on a multi-core system (which most computers are these days), not all cores will be utilized by the app.

Node By Numbers 2020

2020 has been a remarkable year, full of change and reinvention. Yet one thing remains the same, NodeSource Node.js binary downloads keep increasing month by month, providing millions of users around the world with the power of Node.js. Node By Numbers 2020 gives us important insights into the usage of Node.js across Linux environments and the Node.js community in general.

Node.js Garbage Collection: Heap Statistics Magic Dashboard

We just released a Magic Dashboard for Garbage Collection stats for our Node.js integration. If you are leaking memory, this dashboard will help you discover and fix this problem. No setting up is required, this dashboard will magically automatically appear among the rest of your dashboards. ✨

Need to Node - Volume 69

In this special edition of Need to Node, you can find the top 10 highlights in Node.js in 2020! Need to Node is a weekly bulletin designed to keep you up-to-date with the latest news on the Node.js project, events and articles. You are always welcome to collaborate and participate. Please let us know if we missed a piece of content you think should be included!

NodeSource brings arm64 support, C++ API and Event Profiler to N|Solid!

NodeSource is excited to announce the release of N|Solid 4.4.0 This latest release includes exciting features that users of the N|Solid Node.js Enterprise Runtime will want to understand and start utilizing right away. They include support for arm64 architecture, a C++ API (Beta), and the new Event Profiler tool.

The Easiest Way to Monitor Node.js: Automatic Instrumentation

Monitoring for your Node.js apps can be hard. The tricky part is understanding what you need to monitor, instrumenting your code, and then making sense of all the data that’s been emitted. (That’s almost every part you might say 😅 ). At AppSignal, we dogfood our product and understand the pain users feel ourselves. The key points we focus on are the ease of use, flexibility, and developer experience.

NodeSource Brings arm64 Support to its Node.js Binary Distributions

NodeSource is excited to announce support for the aarch64 (ARM 64-bit) architecture in Enterprise Linux based distributions! It includes: In the last decade x86_64 was the dominant architecture in Enterprise Linux based distributions, but since 2018 there has been a significant increase in arm64 downloads. Also, big tech companies such as Apple and Amazon are adopting the arm64 processor.

Introduction to Event Loop Utilization in Node.js

In the last year, I've spent many hours writing patches for libuv and Node to collect new metrics. The goal of this was to indirectly infer the state of the application without introducing measurable overhead. I've run a few hundred hours of benchmarks and collected over one million data points to make sure my analysis was correct. Eventually, I plan to write about all aspects of my research, but today we will focus on a metric that has already been added to Node.

Announcing N|Solid 4.3.0 - Import/Export Settings

We are excited to announce N|Solid v4.3.0, which delivers Import/Export functionality allowing users to easily match configuration settings across and covers the security patch to coincide with Node.js v15.2.1, v14.15.1, and v12.19.1. N|Solid Console users can now export configuration settings using either NSolid Console or the CLI, the result is a JSON format file which can be used to import settings across different setups.

Announcing N|Solid JS API

NodeSource is excited to announce N|Solid JS API! 🥳 With this new API you can use all the power provided by the N|Solid console and CLI using your own JavaScript code programmatically. In other words, now it is not necessary to listen to events from the console, but from your own code you can decide when to run a certain command under your chosen conditions.