StrongLoop Node是 Node.js、NPM 和slc的打包发行版。 slc是一个命令行实用程序和一组受支持的 npm 模块,这些模块随 StrongLoop Node 一起提供,用于构建和管理应用程序。 StrongLoop 节点附带的一些工具和模块是 Express、Connect、Passport、Mongoose、Q、Request、Socket.IO。 StrongLoop 成立于 2012 年,其联合创始人是 Node.js 的核心贡献者。 StrongLoop 目前被 IBM 收购。
StrongNode 提供命令行工具,例如:
- 在命令行模式下启动节点检查器调试器。
- 创建与我们的发行版一起打包的示例应用程序。
- 在我们的移动后端即服务框架 Loopback 之上创建应用程序。
- 能够运行标准的 npm 和 Node 命令。
Node.js是由 Ryan Dahl 创建的开源运行时环境。它是一个跨平台的运行时环境,用于在浏览器外执行 JavaScript 代码。 Node.js 被Paypal、Uber、Netflix、Walmart 等大公司用于生产。
StrongNode 和 Node.js 的区别:
StrongLoop Node |
Node.js |
---|---|
StrongLoop was launched in 2013, and it offers an open-source enterprise version of Node.js. | Node.js was launched in 2009 by Ryan Dahl. |
StrongLoop Node is a packaged distribution of Node.js and NPM. | It is a runtime server environment that uses JavaScript on the server-side. |
In slc we can scaffold, monitor, and provide a mobile backend for our node.js apps. | But in Node.js we may need to use some application monitoring tools like PM2, Retrace, |
StrongLoop Node uses Node.js. | Node.js is built on Google’s Chrome V8 engine. |
It comes under the license of MIT Open Source and StrongLoop License. | It comes under the license of MIT Open Source. |