Platform architecture

Node.js brings event-driven programming to web servers, enabling development of fast web servers in JavaScript. [31]Developers can create scalable servers without using threading, by using a simplified model of event-driven programming that uses callbacks to signal the completion of a task.[31]