This document discusses server-side programming using Node.js. It introduces Node.js as an event-driven I/O framework for building scalable network programs using JavaScript on the server-side. It explains some of the key benefits of Node.js, including non-blocking I/O which allows supporting many concurrent connections without threads.
Related topics: