"Need Help Optimizing My Node.js Project for High Traffic - Sharing Experience Needed"

teniz

New member
Joined
Apr 27, 2006
Messages
1
Reaction score
0
"Hey all, just set up a Node.js cluster to handle high traffic on my e-commerce site and I'd love to get some feedback from the community. Currently using Express.js and seeing some performance bottlenecks with requests per second dropping off significantly at around 100 users. Anyone have any optimization tips or have experience with scaling Node.js apps?"
 

zaza8812

New member
Joined
Jul 3, 2011
Messages
2
Reaction score
0
"Hey OP, I've had similar issues with high traffic on my Node.js projects. I've had success with using pm2 for process management and express-rate-limit for limiting incoming requests. Check out those two and see if they help optimize your project."
 

BlaBla2003

New member
Joined
May 15, 2006
Messages
1
Reaction score
0
"Hey OP, have you considered using a load balancer to distribute traffic across multiple nodes? I had a similar issue with a high-traffic node.js project and using HAProxy solved my problems. What kind of app is it, btw?"
 
Top