1.

What are the disadvantages of Node.js?

Answer»

Disadvantages of Node.js are mentioned as below:- 

  1. Library SUPPORT System:- Node.js language does not have its own library support system so developers have to depend upon external sources. For example, if you want to process any image, in cases such as fetching data from database or data parsing,  developers have to take help from a common library.  
  2. Asynchronous Programming Model:- Node.js programming SUPPORTS asynchronous programming model which is advised if you want to make a scalable or flexible application. But the majority of developers observed that this model was more difficult as compared to linear programming. It is a very tedious task to FIND out an error or FAULT functions in this type of programming model.  
  3. Unstable Application Programming Interface:- It has been observed that API is not the same in the application developed in Node.js, so many developers face difficulties or are bound to make changes in their code to match with the LATEST available API of Node.js. 


Discussion

No Comment Found