Node.js: tighter integration with Chrome DevTools

some recent changes to node (7.6.0) make it more convenient to debug your code.
most importantly, there is now a –inspect-brk flag which saves you from typing –inspect –debug-brk. that alone will save… Read more

Similar

How It Works: Node.js

Since I’ve been working with node.js quite a bit lately, to build a better mental model of how it works, I wanted to spend some time walking through it’s source, and learning a bit about how it works. (more…)

Read more »