Node.js Performance Monitoring – Part 3: Diagnosing the Event Loop

Take a deep dive into the Node.js event loop and learn how to diagnose and debug issues that stem from unoptimized JavaScript. Read more

Similar

A curious case of memory leak in a Node.js app

This is a story of a bug I had an opportunity to fix in the ancient times of node.js 0.10. The new and shiny node.js 0.12 was still just glimmering somewhere on the horizon, we were still young and beautiful. Some of us, at least.

Read more »

Top Reasons to Use Node.js

When considering the architecture of a new web app, it might be a good idea to include Node.js in the discussion as a key part of that architecture. Node.js could provide you with additional speed, can be used on numerous platforms and has an active commu...

Read more »