Friday 22 November 2019

Is there a cookbook for scaling Node.js applications?

I have a few techniques and tips in mind. One of them is using worker threads for computation intensive methods. Another is using database to sort your results. Another one is forking your master process and create Worker processes so you can respond to more requests. Do you have any other tip or technique? Please share.

Submitted November 22, 2019 at 11:52PM by jesusscript

No comments:

Post a Comment