# NodeJS

Node.js là một môi trường chạy JavaScript cho lập trình phía máy chủ. Nó cho phép nhà phát triển tạo ra chức năng phía sau có khả năng mở rộng bằng cách sử dụng JavaScript, ngôn ngữ mà nhiều người đã quen thuộc từ việc phát triển ứng dụng web dựa trên trình duyệt.

Hãy cùng **XmOR Cloud** tìm hiểu cơ bản về NodeJS:

{% content-ref url="/pages/IbgDbo34a7Ax3jEiW3IS" %}
[What is Node.js?](/tutorials/nodejs/what-is-node.js.md)
{% endcontent-ref %}

{% content-ref url="/pages/H68aWwFMYZlK8UkuYigG" %}
[Node JS Environment Setup - Node.js installation](/tutorials/nodejs/node-js-environment-setup-node.js-installation.md)
{% endcontent-ref %}

{% content-ref url="/pages/dqHNoVU8yIahGuOBAEcs" %}
[How To Use Node.js Modules with npm and package.json](/tutorials/nodejs/how-to-use-node.js-modules-with-npm-and-package-json.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.x-or.cloud/tutorials/nodejs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
