Abacus Technology interview question

Why would you use Node.js over another server technology?

Interview Answer

Anonymous

20 Jan 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.).