Data.JS / NowJS / NodeJS 生产就绪技术吗?
我想知道如果我开始使用围绕 NodeJS 构建的框架开发 Web 应用程序,我会面临哪些风险?他们准备好生产了吗?
关于这些框架的实施,您有什么经验可以分享吗(继续开发还是等待成熟)?
I want to know which risks I expose to if I start developing web applications using frameworks built around NodeJS? Are they production ready?
Do you have any experiences to share regarding implementation of those frameworks (Go on and develop vs. wait for maturity)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简短回答: https://github.com/ Joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node
node.js 尚未达到 1.0,因此情况可能会发生变化。但正如您所看到的,许多公司都在生产中使用 Node.js。我不会将它用于银行业务,但它足够稳定,可以使用。
有一些框架正在生产中使用,例如expressjs http://expressjs.com/applications.html
我相信 now.js 正在开发付费版本,因此可能会有改进。
Data.js 已可供使用,并且在其 github 页面上发布了几个项目。
全速前进就是我所说的。等待确实没有意义,你最大的问题不是 Node.js 不成熟(事实并非如此),而是它正在加速发展。
short answer: https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node
node.js is not at 1.0 yet, so things can change. but as you can see many companies are using node.js in production. I wouldn't use it for banking, but it's stable enough to use.
there are frameworks that are being used in production such as expressjs http://expressjs.com/applications.html
I believe the now.js is working on a paid version, so there are likely to be improvements coming.
Data.js is ready to use and has a couple projects posted on it's github page.
Full Speed Ahead is what I say. There's really no point in waiting, your biggest problem isn't that node.js is half-baked(which it's not), but that it's developing at an accelerated rate.
关于node.js的稳定性可以参考这个问题:
在线 Node.js 服务器
Date.js 和 Now.js 是不同的故事。我不太了解他们。
About node.js stability you can refere to this question:
online Node.js server
Date.js and Now.js is diffrent story. I don't know them very well.