Node.js is gaining significant interest for building scalable web applications. Several large companies like LinkedIn, eBay, and Walmart are using Node.js in production for its performance and scalability benefits when handling input/output bound workloads. Node.js allows non-blocking event-driven programming which helps simplify building applications that interact with services, databases, and handle many concurrent connections using little memory. Its large ecosystem of open-source modules also helps speed up development.