Why would you use Node.js over another server technology?
Resposta da entrevista
Sigiloso
20 de jan. de 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.).