Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Node.js ready for business critical applications?

I was just reading More proof that enterprises love Node.js and wondering:

Should enterprise consider using nodejs for business critical applications?

It seems cloud computing companies like Joyent are fully on to it. Even Microsoft have started supporting nodejs on their Azure platform. I would like to know how seriously should we consider nodejs for enterprise application? Is it ready for mission critical applications?

like image 285
Abdel Raoof Olakara Avatar asked Jan 24 '12 10:01

Abdel Raoof Olakara


People also ask

Is NodeJS good for enterprise applications?

It helps build highly performant apps As it is built on Google Chrome's V8 JavaScript Engine, Node. js supports high-speed code execution. This means that by using Node. js for enterprise development, developers can build highly performant applications that experience large volumes of traffic.

Is NodeJS suitable for large applications?

It is suitable for large enterprise projects that do complex and complicated computations and data processing. The comparison in terms of development time between Node. js and Java is that, Node. js is easier to learn than Java, leading to faster development when using Node.

For which applications NodeJS is not well suited for?

Not Suitable for Heavy-Computing Apps Node. js doesn't support multi-threaded programming yet. It is able to serve way more complicated applications than Ruby, but it's not suitable for performing long-running calculations. Heavy computations block the incoming requests, which can lead to decrease of performance .

Is NodeJS still relevant 2021?

js dead? The short answer is “NO.” The long answer is, “NO, it's not dead, and it probably will never die.” Node. js is just as relevant to coding in 2021 and beyond, even if the hype around it has stabilized slightly.


1 Answers

Hell Yeah!!.. Understanding what Node.js is very important tho. A lot of large companies are already making a move towards using Node.js in many different ways

Other Examples

Linkedin - http://venturebeat.com/2011/08/16/linkedin-node/

Yahoo - http://developer.yahoo.com/blogs/ydn/posts/2011/11/yahoo-announces-cocktails-%E2%80%93-shaken-not-stirred/

Ebay - http://www.ebaytechblog.com/2011/11/30/announcing-ql-io/

like image 131
Rishav Rastogi Avatar answered Oct 05 '22 01:10

Rishav Rastogi