Why Node.js is becoming the go-to technology in the Enterprise
1–10 of 75 posts
Re: Why Node.js is becoming the go-to technology in the Enterprise
#2Re: Why Node.js is becoming the go-to technology in the Enterprise
#3Re: Why Node.js is becoming the go-to technology in the Enterprise
#4 > The old story of linkedin where moving to Node.js from Rails
> for their mobile traffic, reducing the number of servers from 30 to 3
>(90% reduction) and the new system was up to 20x faster.
It isn't as simple as that. There was a great article from a former linkedin engineer about why the original API server was so slow. [0][0]: http://ikaisays.com/2012/10/04/clearing-up-some-things-about...
Re: Why Node.js is becoming the go-to technology in the Enterprise
#5The reason is... it's full of JavaScript kids out there, and because they're so many, they're all replaceable, and cheap. Like the commodity hardware servers they're programming.
It's neat to cast this as "easy to attract and retain talent", but "rapid innovation" and "developer happiness" (especially considering the lack of strict typing, lack of basic primitives, single threaded-ness and callback hell of Node.JS) are just B.S. reasons of the kind a Node.JS consulting company would add so it doesn't all look so cynical.
Re: Why Node.js is becoming the go-to technology in the Enterprise
#6The real reason is quite simple. And I'm not trying to be bitter or anything, rather think like a businessman. The reason is... it's full of JavaScript kids out there, and because they're so many, they're all replaceable, and cheap. Like the commodity hardware servers they're programming. It's neat to cast this as "easy to attract and retain talent", but "rapid innovation" and "developer happiness" (especially consid…
Re: Why Node.js is becoming the go-to technology in the Enterprise
#7Re: Why Node.js is becoming the go-to technology in the Enterprise
#8The reason why "Enterprise" uses the software they do is not because it's the fastest, or most suitable for the job. It's that it's been in production for many years and has a large ecosystem and strong commercial backing. Along with a strong workforce that isn't going anywhere.
Not that I don't think NodeJS awesome. The javascript language is just a bit meh for Enterprise development. I'm not sure if you've ever seen "Enterprise Javascript" but I sure as hell would not want to see "Enterprise NodeJS" I would much rather see a strong typed compiled language that requires things to be done a certain way. Rather then the clusterfuck of libraries NodeJS comes with.
Just my 2cents...
Re: Why Node.js is becoming the go-to technology in the Enterprise
#9By the way, enterprise adoption of Node is surely a sign that we need to jump ship. Glad I got out of Rails before enterprise adopted it!