Systems | Development | Analytics | API | Testing

NodeJS

An Introduction to Async Stack Traces in Node.js

Node.js 12.x onwards introduced async stack traces. Async stack traces allow developers to view the call stack of asynchronous code, making it easier to trace and debug code issues. In this post, we’ll see how async stack traces work, how you can use them to debug code, and how to track them using AppSignal. Ready? Let's get going!

10 Reasons to Choose Node.Js for Web Development

Node.js is an open-source server environment that is free to use. Built on a JavaScript V8 engine, Node.js runs on various platforms like Windows, Linux, Unix, Mac OS X, etc., and uses JavaScript on the server. Node.js is not a language, library, or framework but a runtime environment. Following are the 10 reasons to Choose Node.Js for Web Development.

Popular Libraries of Node.js in 2023

For a few years now, Node.js has been widely recognized among developers. So, what is this latest buzz surrounding Node.js that we keep hearing about? Why is it so well-liked? You all must be curious to know the answers to these questions, right? Well, websites have undoubtedly grown significantly during the past 20 years, and Node.js has also experienced rapid expansion.

Getting Started with Fastify for Node.js

Chances are high that you've previously worked with Express, as it's been the go-to web framework for Node.js developers since its release in 2010. However, in recent years, newer web frameworks have emerged, and Express's development has slowed down significantly. Fastify is a relatively new player on the scene, but it's quickly gaining popularity due to its speed and unique features. If you're still using Express, you might wonder if it's worth switching to Fastify.

Announcing The NodeSource-GitHub Partnership

NodeSource, a leader in Node.js application management, monitoring, and security, is excited to announce our partnership as a launch partner for Deployment Protection Rules with GitHub Actions, the world's largest software development platform, to integrate Node Certified Modules (NCM) directly into the GitHub Marketplace.

Unleashing the Power of NCM: Safeguarding Node.js Applications with Next-Generation Security in N|Solid

In the world of Node.js, application development, speed, flexibility, and scalability are critical for modern software development. However, the risk of vulnerabilities and security breaches looms with the increasing reliance on open-source Node packages. NCM (NodeSource Certified Modules) is the next-generation security solution that empowers Node.js developers to safeguard their applications easily and confidently.

Introducing nsuv

Here at NodeSource we are focused on fixing issues for the enterprise. This includes adding functionality and features to Node.js that are useful for enterprise-level deployments but would be difficult to upstream. One is the ability to execute commands remotely on Worker threads without the addition of running the inspector, such as capturing CPU profiles or heap snapshots.