javascript - Meteor.js 是否足够稳定以用于生产?

标签 javascript meteor production-environment stability

我对 meteor.js 的功能和易用性感到非常惊讶,我真的爱上了它。我只是想知道你们这些专家是否认为它足够稳定,可以在中型项目的生产中使用它。

感谢您的建议!

2014 年 11 月更新:

Meteor 1.0 刚刚发布,这是第一个准备生产的版本,更多关于 meteor 的信息请查看 this link

最佳答案

6 months with Meteor是迄今为止我找到的这个问题的最佳答案。

以下是一些摘录:

Meteor can’t be used for all real-world apps just yet. Meteor doesn’t have server-side rendering yet, so it’s not ideal for sites that need to load very fast (like e-commerce sites) or work on underpowered devices (like older mobile phones).

...

So I would say right now Meteor will be a perfect choice for a few apps (anything that strongly depends on real-time interactions), a great choice for most of them, and a very bad one for a few specific cases.

听起来 Meteor 绝对有前途,特别适合实时基本网络应用程序,但目前还不能为所有网络应用程序做好生产准备。在撰写本文时,该 meteor 的版本为 0.7.0.1。

关于javascript - Meteor.js 是否足够稳定以用于生产?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17382117/

相关文章:

python - 将 Django 应用程序从 dev 移动到 prod 时的常见错误?

Laravel - 应该采取哪些步骤来使 Laravel 应用程序准备好进入生产模式

asp.net-mvc - 设置临时和生产环境并最大限度地减少简单托管的停机时间

javascript - 从与 script.js 相同的文件夹中获取图像,但图像未加载

node.js - Meteor: Unexpected mongo exit code 14. Restarting.Can't start mongo server

javascript - 将解析的日期与 momentjs 进行比较

jquery - 背景图像淡入淡出有效,但不是第一次触发

javascript - FullPage.js 和 Meteor

javascript - 使用属性获取对象值的运行时间

javascript - 当前时间减去提交时间