Understanding Node.js Threads
Node.js is full of surprises, especially when it comes to threads. The first thing you might hear about it is, “There is only one thread.” After digging a bit deeper, we can discover that Node.js is, at the very least, not single-threaded.
But what a...
pavel-romanov.com6 min read
Octavian Nita
Meandering through code since MM
Nice lineup of thread types in Node.
Yet, Ge[c]ko is not a JS engine, but a browser engine including/using SpiderMonkey ;)