1 min readDec 28, 2018
A Node.js process just use one of the CPU cores so you should run multiple Node.js servers on one machine, one per core and distribute requests between them. when u distribute requests between that process, your app will be able to handle more requests and use more sources.