我需要使用 NodeJS 在页面内显示 OpenLayers 3 地图吗?

Need I use NodeJS to show an OpenLayers 3 map inside a page?

我是 OpenLayers 3 的新手,我已经开始学习本教程:http://openlayers.org/workshop/index.html

正如您在前面看到的 link 指定的那样:

In addition, you'll need Node installed to run a development server for the OpenLayers library.

所以这意味着对于使用 Open Layers 3 显示地图的每个应用程序,我还需要安装 Node JS?为什么显示地图我需要节点?

我是不是漏掉了什么?

OpenLayers 是一个 javascript 客户端库。 运行 不需要 server-side。

他们使用 node js 进行构建等,但完全不是强制性的!

您可以只使用可以从 openlayers 网站下载的完整构建并编写 html/js 代码,而无需任何其他工具。