News

Considering that it has to be run through a Debian virtual machine, I’m not sure exactly what use this is other than maybe having a mobile Node.js environment to test code against.
While Node.js itself is multithreaded — I/O and other such operations run from a thread pool — JavaScript code executed by Node.js runs, for all practical purposes, in a single thread.