Boosting Nodejs π using Node Clusters
Nodejs is Awesome!
What makes Nodejs great is not just that it's a javascript runtime but also its event-driven architecture and non-blocking IO.
In Nodejs
Almost everything except your code is concurrent
The code that you write is single-threaded....
arunmurugan.hashnode.dev2 min read