Upgrading from Node 6 to Node 8: a real-world performance comparison
Node 8 is out, did you hear? And it’s faster, or so they say. (more…)
Read more »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