> For the complete documentation index, see [llms.txt](https://tastekim.gitbook.io/nodejs-ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tastekim.gitbook.io/nodejs-ko/readme.md).

# 소개

## JavaScript 를 [어디서나](https://nodejs.org/en/download) 실행할 수 있습니다.

<br>

[![Node.js logo](https://avatars.githubusercontent.com/u/9950313?s=200\&v=4)](https://nodejs.org/)

Node.js®는 무료이자 오픈 소스이며, 크로스 플랫폼을 지원하는 JavaScript 런타임 환경으로, 개발자들이 브라우저 외부에서 커맨드 라인 도구와 서버 측 스크립트를 작성할 수 있게 해줍니다.

[Node.js® 다운받기 ✨](https://nodejs.org/en/download) · [Node.js 버그 보고하기 🐞](https://github.com/nodejs/node/issues/new/choose) · [Node.js 에 기여하기 🫶](https://nodejs.org/en/get-involved) · [Node.js 자격증 얻기 🎓](https://openjsf.org/certification/)

***

## Node.js 공식 문서 한국어 번역

Node.js 공식 문서를 한국어로 번역한 저장소입니다. 최신 공식 문서를 지속적으로 번역하여 [GitBook](https://tastekim.gitbook.io/nodejs-ko/)을 통해 퍼블리싱하고 있습니다.

### 번역 및 퍼블리싱

* **출처**: 공식 Node.js 문서 레포지토리에서 최신 내용을 가져옵니다.
* **번역**: 가져온 내용을 한국어로 번역합니다.
* **퍼블리싱**: 번역된 문서를 GitBook에 업로드하여 배포합니다.

### 기여자

이 프로젝트는 다음의 기여자들에 의해 유지 관리되고 있습니다:

[![tastekim](https://img.shields.io/badge/tastekim-ProjectOwner-blue)](https://github.com/tastekim) [![kyungseopk1m](https://img.shields.io/badge/kyungseopk1m-ProjectOwner-blue)](https://github.com/kyungseopk1m) [![OverFlowBIN](https://img.shields.io/badge/OverFlowBIN-ProjectOwner-blue)](https://github.com/OverFlowBIN)

[![](https://contrib.rocks/image?repo=Node-ko/learn)](https://github.com/Node-ko/learn/graphs/contributors)

### 기여 방법

번역에 기여하고 싶으신 분은 다음 단계를 따라주세요:

1. **저장소 포크**: 이 저장소를 포크합니다.
2. **새 브랜치 생성**: `git checkout -b feature/깃허브-닉네임` 명령어로 새로운 브랜치를 생성합니다.
   1. 번역한 문서에는 아래 예시와 같이 문서 제목 하단에 항상 번역한 날짜를 기재해 주세요.
3. **번역 작업**: 번역할 문서를 수정합니다.
4. **커밋 및 푸시**: 변경 사항을 커밋하고 자신의 포크에 푸시합니다.
5. **풀 리퀘스트 생성**: 원본 저장소로 풀 리퀘스트를 생성합니다.

번역한 문서에 날짜 기재 예시:

```
> ❗️ *번역 날짜: YYYY년 MM월 DD일* <br>
> 공식 문서 원문은 아래를 참고하세요.<br>
> [원문 제목](원문 링크 주소)
```

모든 기여는 환영하며, 공식 Node.js 문서의 정확하고 일관된 번역을 위해 함께 노력해요!

### 퍼블리싱된 문서

한국어 번역 문서는 [GitBook에서 확인하기](https://tastekim.gitbook.io/nodejs-ko)에서 볼 수 있습니다.

### 라이선스

이 프로젝트는 [MIT 라이선스](https://github.com/Node-ko/.github/blob/main/profile/LICENSE/README.md)를 따릅니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://tastekim.gitbook.io/nodejs-ko/readme.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.
