嵌入式应用程序的示例


以下章节将概述如何使用这些 API 从头开始​​创建应用程序,该应用程序将执行相当于 node -e <code> 的操作,也就是将使用一段 JavaScript 并在特定于 Node.js 的环境中运行。

可以在 Node.js 源代码树中找到完整的代码。

The following sections will provide an overview over how to use these APIs to create an application from scratch that will perform the equivalent of node -e <code>, i.e. that will take a piece of JavaScript and run it in a Node.js-specific environment.

The full code can be found in the Node.js source tree.