I want to know how Node.js as a single threaded JavaScript runtime/server handles other cores (if any) in a CPU. Should I write any extra code or setup for that? Or it will automatically utilize all the other cores when get much workload?
I want some details knowledge about this. Also, want some topics and references for study regarding this.