312 Views
Nodejs application runs in a single thread. It takes advantage of utilizing only one Core. So if you are not running your application with in a cluster then you are waisting some resources. The nodejs cool cluster feature can allow you to run application in multiple threads.
0 comments