0 votes
in NodeJS Essentials by

Which of the following is an advantage of using Node.js?

A) It is a statically typed language

B) It is a compiled language

C) It has a large standard library

D) It has a non-blocking I/O model

1 Answer

0 votes
by

Answer: D

Explanation: Node.js uses a non-blocking I/O model which makes it highly efficient in handling a large number of requests simultaneously.

...