Why would you use Node.js over another server technology?
Risposta di colloquio
Anonimo
20 gen 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.).