What is the disadvantages of node.js?



What is the disadvantages of node.js?..

Answer / Subhankar Dey

Disadvantages of Node.js include its single-threaded nature, which can make it less suitable for CPU-intensive tasks; its lack of support for some advanced features found in other languages like static typing and multiple inheritance; and its learning curve for those unfamiliar with JavaScript.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What are the types of applications that can be built by using Node.js?

1 Answers  


Mention the command to stop repl in node.js?

1 Answers  


What do you understand by middleware?

1 Answers  


How do you write a file using node.js?

1 Answers  


What is process env port?

1 Answers  


Why we use node.js?

1 Answers  


What is the use of the underscore variable in repl?

1 Answers  


How to debug the code using Node.js Built-In debugger?

1 Answers  


What are JavaScript task runners?

1 Answers  


Is node js thread safe?

1 Answers  


How can we avoid callbacks?

1 Answers  


Explain 'Net' module in Node.JS?

1 Answers  


Categories