knowledgebase

Viewing articles tagged “Performance optimization for Node.js applications”

Viewing articles tagged “Performance optimization for Node.js applications”

description

Scaling Node.js Applications for Growth

Node.js runs in a single-thread mode, but it uses an event-driven paradigm to handle concurrency. It also facilitates creation of child…

arrow_forward
arrow_back « Back