|
|
|
|
|
by filipedeschamps
4192 days ago
|
|
> 1. Node.js doesn’t provide scalability. One CPU is not going to be enough; the platform provides no ability to scale out to take advantage of the multiple cores commonly present in today’s server-class hardware. https://github.com/Unitech/pm2 > 2. Dealing with relational database is a pain if you are using Node. http://sequelizejs.com/ |
|