Which three benefits of Node.js can the developer use to persuade their manager?

developer is trying to convince management that their team will benefit from using Node.js for a backend server that they are going to create. The server will be a web server that handles API requests from a website that the team has already built using HTML, CSS, and JavaScript.

Which three benefits of Node.js can the developer use to persuade their manager? Choose 3 answers:
A . I nstalls with its own package manager to install and manage third-party libraries.
B . Ensures stability with one major release every few years.
C . Performs a static analysis on code before execution to look for runtime errors.
D . Executes server-side JavaScript code to avoid learning a new language.
E . User non blocking functionality for performant request handling.

Answer: A,C,E

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Sree Charan Shatdarsanam
Sree Charan Shatdarsanam
1 year ago

Is D not a good option? If yes why ?