strongnode添加的工具集明显优于普通nodejs,例如使用命令行工具,您可以为您的nodejs应用程序添加scaffold,monitor和provide a mobile backend.
但在site他们说:
[…] The advantage of
StrongNode over Node.js is that at StrongLoop we curate,test and
certify a selection of modules and tools that cover the most common
use cases for your Node.js application development needs.
我想知道,它是什么意思,拥有策划,测试和认证的节点模块有什么好处?
最佳答案
I would like to know,what does it mean and what is the benefit of having curated,tested and certified node modules?
为什么每次都要从同一品牌购买麦片?为什么人们每次购买新车时都会坚持使用相同品牌的汽车?当产品获得FDA或任何相关机构的认证时,为什么人们会感到高兴?
主要是可预测性,稳定性和安全性.
NPM档案是开放的,这意味着每个人都可以提交更改,也可以提交不稳定的更改,或者在您的应用中引入安全漏洞的人.如果您的应用只提供经过验证的稳定且安全的模块选择,那么您的黑客攻击风险就会降低.
这个概念类似于Debian的Stable发行版,它不会多年来更改包,只是向后移植安全修复程序.