Cluster Nodejs Application

added by JavaScript Kicks
5/5/2015 9:58:55 PM

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