插件窝 干货文章 如何开始使用 NodeJS – 初学者手册

如何开始使用 NodeJS – 初学者手册

text font decoration style 287    来源:    2024-10-18
node 是一个可以在“web 浏览器之外”运行javascript代码的环境。它使用 google 的 v8 引擎将 javascript 代码转换为机器代码。由于 node 在 web 浏览器之外运行 javascript 代码,这意味着它无法访问仅在浏览器中可用的某些功能,例如 dom 或窗口对象甚至localstorage。

What is Node?

Node is an environment in which you can run JavaScript code "Outside the web browser". Node be like – "Hey y'all, you give your JS code to me and I'll run it