To those in the business of web development, is node.js ready for production use? How reliable is it?
-
3Node is still pretty young, but surprisingly stable. I wouldn't use it for a major corporation's main page, but I'd use it for adding features to a corporate server. Even Mozilla has been playing with using Jaegermonkey instead of v8, and that means something.beatgammit– beatgammit2011-05-27 04:30:55 +00:00Commented May 27, 2011 at 4:30
3 Answers
Node.js is absolutely ready for production in terms of things like system stability, power, and performance. However, some features might still change before version 1, and there are a lot of mature tools on other platforms that don't quite exist yet for node (though new things are popping up on node every day).
Several businesses are already using node.js in production. For a few, check out https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node
1 Comment
Does it do what you want?
Does it run like you want it to without crashing for your needs?
Then it's production use ready.