Monday 27 April 2020

What are all of the little tricks and techniques you can use to make your Node.js application more scalable?

These are the ones I know of:caching (redis) pagination child process forking (node.js) worker threads (node.js) database sorting (sorting on the db side, node.js) Could you list them all for me?

Submitted April 27, 2020 at 10:48PM by jasonscript

No comments:

Post a Comment