Hi guys,
I'm a fan of this boilerplate. Nodejs provide us great Clustering feature, which allow us to speedup performance. Detail here: https://nodejs.org/api/cluster.html
Why we don't use this feature? Is it not suitable for our boilerplate?
Thanks.
There is many ways how to scale up. This is only one of.
As an example you can see this SO question — pm2 may use cluster internally
@langpavel thank you so much