Node.js can be as fast as C++
In this talk, I will explain the whole V8 optimization pipeline and how V8 converts all your JavaScript into assembly code. These "micro-optimizations" have the power to outperform generic compiled C++. Which ends on Node.js being as fast as C++.