Why would you use Node.js over another server technology?
Respuesta de la entrevista
Anónimo
20 ene 2017
Node.js is non-blocking and asynchronous, and very good for handling many small requests, but not great at handling data-intensive requests (Netflix, Hulu, etc.).