https://github.com/skyfe79/nodejs-ko-docs
NodeJS v23.5.0 한글 공식 문서
https://github.com/skyfe79/nodejs-ko-docs
Last synced: 5 months ago
JSON representation
NodeJS v23.5.0 한글 공식 문서
- Host: GitHub
- URL: https://github.com/skyfe79/nodejs-ko-docs
- Owner: skyfe79
- Created: 2025-01-03T13:35:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T03:29:21.000Z (over 1 year ago)
- Last Synced: 2025-05-30T18:14:44.485Z (about 1 year ago)
- Homepage:
- Size: 3.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 01.nodejs-v23.5.0 문서
- [Node.js 공식 API 레퍼런스 문서](01.nodejs-v23.5.0/01.introduction.md)
- [사용법과 예제](01.nodejs-v23.5.0/02.usage-and-example.md)
### 01.getting-started 문서
- [Node.js 소개](02.learning/01.getting-started/01.iIntroduction-to-nodejs.md)
- [Node.js 사용을 위한 JavaScript 필수 지식](02.learning/01.getting-started/02.how-much-javascript-do-you-need-to-know-to-use-nodejs.md)
- [Node.js와 브라우저의 차이점](02.learning/01.getting-started/03.differences-between-nodejs-and-the-browser.md)
- [V8 자바스크립트 엔진의 이해](02.learning/01.getting-started/04.the-v8-javascript-engine.md)
- [npm 패키지 관리자 소개](02.learning/01.getting-started/05.an-introduction-to-the-npm-package-manager.md)
- [ECMAScript 2015 (ES6)와 이후 버전](02.learning/01.getting-started/06.ecmascript-2015-es6-and-beyond.md)
- [Node.js의 개발 환경과 프로덕션 환경의 차이점](02.learning/01.getting-started/07.nodejs-the-difference-between-development-and-production.md)
- [Node.js와 WebAssembly](02.learning/01.getting-started/08.nodejs-with-webassembly.md)
- [Node.js 디버깅](02.learning/01.getting-started/09.debugging.md)
- [Node.js 애플리케이션 프로파일링](02.learning/01.getting-started/10.profiling.md)
- [보안 모범사례](02.learning/01.getting-started/11.security-best-practices.md)
### 02.typescript 문서
- [타입스크립트 입문](02.learning/02.typescript/01.introduction.md)
- [트랜스파일을 통한 TypeScript 코드 실행하기](02.learning/02.typescript/02.transpile.md)
- [TypeScript 러너로 코드 실행하기](02.learning/02.typescript/03.run.md)
- [TypeScript 네이티브 실행하기](02.learning/02.typescript/04.run-natively.md)
### 03.asynchronous-work 문서
- [비동기 흐름 제어](02.learning/03.asynchronous-work/01.asynchronous-flow-control.md)
- [블로킹과 논블로킹의 이해](02.learning/03.asynchronous-work/02.overview-of-blocking-vs-non-blocking.md)
- [자바스크립트 비동기 프로그래밍과 콜백의 이해](02.learning/03.asynchronous-work/03.javascript-asynchronous-programming-and-callbacks.md)
- [자바스크립트 타이머 이해하기](02.learning/03.asynchronous-work/04.discover-javascript-timers.md)
- [Node.js 이벤트 루프의 이해](02.learning/03.asynchronous-work/05.event-loop-timers-and-nexttick.md)
- [Node.js 이벤트 이미터](02.learning/03.asynchronous-work/06.the-nodejs-event-emitter.md)
- [process.nextTick() 이해하기](02.learning/03.asynchronous-work/07.understanding-processnexttick.md)
- [setImmediate() 이해하기](02.learning/03.asynchronous-work/08.understanding-setimmediate.md)
- [이벤트 루프와 워커 풀을 차단하지 않는 방법](02.learning/03.asynchronous-work/09.dont-block-the-event-loop.md)
### 04.manipulating-files 문서
- [Node.js 파일 정보 조회](02.learning/04.manipulating-files/01.nodejs-file-stats.md)
- [Node.js 파일 경로](02.learning/04.manipulating-files/02.nodejs-file-paths.md)
- [Node.js에서 파일 디스크립터 다루기](02.learning/04.manipulating-files/03.working-with-file-descriptors-in-nodejs.md)
- [Node.js로 파일 읽기](02.learning/04.manipulating-files/04.reading-files-with-nodejs.md)
- [Node.js로 파일 작성하기](02.learning/04.manipulating-files/05.writing-files-with-nodejs.md)
- [Node.js에서 폴더 다루기](02.learning/04.manipulating-files/06.working-with-folders-in-nodejs.md)
- [다양한 파일시스템 다루기](02.learning/04.manipulating-files/07.working-with-different-filesystems.md)
### 05.command-line 문서
- [커맨드라인에서 Node.js 스크립트 실행하기](02.learning/05.command-line/01.run-nodejs-scripts-from-the-command-line.md)
- [Node.js에서 환경 변수를 읽는 방법](02.learning/05.command-line/02.how-to-read-environment-variables-from-nodejs.md)
- [Node.js REPL 사용 가이드](02.learning/05.command-line/03.how-to-use-the-nodejs-repl.md)
- [Node.js를 사용한 커맨드라인 출력 ](02.learning/05.command-line/04.output-to-the-command-line-using-nodejs.md)
- [Node.js에서 커맨드라인 입력 처리하기](02.learning/05.command-line/05.accept-input-from-the-command-line-in-nodejs.md)
### 06.modules 문서
- [패키지 배포하기](02.learning/06.modules/01.publishing-a-package.md)
- [Node-API 패키지 배포 방법](02.learning/06.modules/02.publishing-node-api-modules.md)
- [HTTP 트랜잭션의 구조](02.learning/06.modules/03.anatomy-of-an-http-transaction.md)
- [ABI 안정성](02.learning/06.modules/04.abi-stability.md)
- [Node.js 스트림 활용 가이드](02.learning/06.modules/05.how-to-use-streams.md)
- [스트림의 백프레셔 이해하기](02.learning/06.modules/06.backpressuring-in-streams.md)
### 07.diagnostics 문서
- [사용자 여정](02.learning/07.diagnostics/01.user-journey.md)
- [메모리](02.learning/07.diagnostics/02.memory.md)
- [가비지 컬렉션 추적하기](02.learning/07.diagnostics/03.using-gc-traces.md)
- [힙 프로파일러 활용하기](02.learning/07.diagnostics/04.using-heap-profiler.md)
- [힙 스냅샷 사용하기](02.learning/07.diagnostics/05.using-heap-snapshot.md)
- [실시간 디버깅](02.learning/07.diagnostics/06.live-debugging.md)
- [인스펙터 사용하기](02.learning/07.diagnostics/07.using-inspector.md)
- [성능 저하 문제 해결하기](02.learning/07.diagnostics/08.poor-performance.md)
- [Linux Perf 도구 사용하기](02.learning/07.diagnostics/09.using-linux-perf.md)
- [플레임 그래프](02.learning/07.diagnostics/10.flame-graphs.md)
### 08.test-runner 문서
- [Node.js 테스트 러너 알아보기](02.learning/08.test-runner/01.discovering-nodejss-test-runner.md)
- [Node.js 테스트 러너 활용하기](02.learning/08.test-runner/02.using-test-runner.md)
- [테스트에서의 목킹](02.learning/08.test-runner/03.mocking-in-test.md)
## 03.api 문서
- [Assert (단언)](03.api/01.Assert%20%20Node.js%20v23.5.0%20Documentation.md)
- [비동기 컨텍스트 추적](03.api/02.Asynchronous%20context%20tracking%20%20Node.js%20v23.5.0%20Documentation.md)
- [Async hooks](03.api/03.Async%20hooks%20%20Node.js%20v23.5.0%20Documentation.md)
- [Buffer](03.api/04.Buffer%20%20Node.js%20v23.5.0%20Documentation.md)
- [C++ 애드온](03.api/05.C%2B%2B%20addons%20%20Node.js%20v23.5.0%20Documentation.md)
- [Node-API](03.api/06.Node-API%20%20Node.js%20v23.5.0%20Documentation.md)
- [C++ 임베더 API](03.api/07.C%2B%2B%20embedder%20API%20%20Node.js%20v23.5.0%20Documentation.md)
- [자식 프로세스](03.api/08.Child%20process%20%20Node.js%20v23.5.0%20Documentation.md)
- [클러스터](03.api/09.Cluster%20%20Node.js%20v23.5.0%20Documentation.md)
- [커맨드라인 API](03.api/10.Command-line%20API%20%20Node.js%20v23.5.0%20Documentation.md)
- [콘솔](03.api/11.Console%20%20Node.js%20v23.5.0%20Documentation.md)
- [Corepack](03.api/12.Corepack%20%20Node.js%20v23.5.0%20Documentation.md)
- [Crypto](03.api/13.Crypto%20%20Node.js%20v23.5.0%20Documentation.md)
- [디버거](03.api/14.Debugger%20%20Node.js%20v23.5.0%20Documentation.md)
- [사용 중단된 API](03.api/15.Deprecated%20APIs%20%20Node.js%20v23.5.0%20Documentation.md)
- [진단 채널(Diagnostics Channel)](03.api/16.Diagnostics%20Channel%20%20Node.js%20v23.5.0%20Documentation.md)
- [DNS](03.api/17.DNS%20%20Node.js%20v23.5.0%20Documentation.md)
- [도메인(Domain)](03.api/18.Domain%20%20Node.js%20v23.5.0%20Documentation.md)
- [에러](03.api/19.Errors%20%20Node.js%20v23.5.0%20Documentation.md)
- [이벤트](03.api/20.Events%20%20Node.js%20v23.5.0%20Documentation.md)
- [파일 시스템](03.api/21.File%20system%20%20Node.js%20v23.5.0%20Documentation.md)
- [전역 객체](03.api/22.Global%20objects%20%20Node.js%20v23.5.0%20Documentation.md)
- [HTTP](03.api/23.HTTP%20%20Node.js%20v23.5.0%20Documentation.md)
- [HTTP/2](03.api/24.HTTP2%20%20Node.js%20v23.5.0%20Documentation.md)
- [HTTPS](03.api/25.HTTPS%20%20Node.js%20v23.5.0%20Documentation.md)
- [Inspector](03.api/26.Inspector%20%20Node.js%20v23.5.0%20Documentation.md)
- [국제화 지원](03.api/27.Internationalization%20support%20%20Node.js%20v23.5.0%20Documentation.md)
- [모듈: CommonJS 모듈](03.api/28.Modules%20CommonJS%20modules%20%20Node.js%20v23.5.0%20Documentation.md)
- [Modules: ECMAScript modules](03.api/29.Modules%20ECMAScript%20modules%20%20Node.js%20v23.5.0%20Documentation.md)
- [모듈: node:module API](03.api/30.Modules%20nodemodule%20API%20%20Node.js%20v23.5.0%20Documentation.md)
- [Modules: Packages](03.api/31.Modules%20Packages%20%20Node.js%20v23.5.0%20Documentation.md)
- [Modules: TypeScript](03.api/32.Modules%20TypeScript%20%20Node.js%20v23.5.0%20Documentation.md)
- [Net](03.api/33.Net%20%20Node.js%20v23.5.0%20Documentation.md)
- [OS](03.api/34.OS%20%20Node.js%20v23.5.0%20Documentation.md)
- [Path](03.api/35.Path%20%20Node.js%20v23.5.0%20Documentation.md)
- [성능 측정 API](03.api/36.Performance%20measurement%20APIs%20%20Node.js%20v23.5.0%20Documentation.md)
- [권한 관리](03.api/37.Permissions%20%20Node.js%20v23.5.0%20Documentation.md)
- [프로세스](03.api/38.Process%20%20Node.js%20v23.5.0%20Documentation.md)
- [Punycode](03.api/39.Punycode%20%20Node.js%20v23.5.0%20Documentation.md)
- [쿼리 문자열](03.api/40.Query%20string%20%20Node.js%20v23.5.0%20Documentation.md)
- [Readline](03.api/41.Readline%20%20Node.js%20v23.5.0%20Documentation.md)
- [REPL](03.api/42.REPL%20%20Node.js%20v23.5.0%20Documentation.md)
- [진단 보고서](03.api/43.Diagnostic%20report%20%20Node.js%20v23.5.0%20Documentation.md)
- [단일 실행 파일 애플리케이션](03.api/44.Single%20executable%20applications%20%20Node.js%20v23.5.0%20Documentation.md)
- [SQLite](03.api/45.SQLite%20%20Node.js%20v23.5.0%20Documentation.md)
- [스트림(Stream)](03.api/46.Stream%20%20Node.js%20v23.5.0%20Documentation.md)
- [문자열 디코더](03.api/47.String%20decoder%20%20Node.js%20v23.5.0%20Documentation.md)
- [테스트 러너](03.api/48.Test%20runner%20%20Node.js%20v23.5.0%20Documentation.md)
- [타이머](03.api/49.Timers%20%20Node.js%20v23.5.0%20Documentation.md)
- [TLS (SSL)](03.api/50.TLS%20%28SSL%29%20%20Node.js%20v23.5.0%20Documentation.md)
- [트레이스 이벤트](03.api/51.Trace%20events%20%20Node.js%20v23.5.0%20Documentation.md)
- [TTY](03.api/52.TTY%20%20Node.js%20v23.5.0%20Documentation.md)
- [UDP/데이터그램 소켓](03.api/53.UDPdatagram%20sockets%20%20Node.js%20v23.5.0%20Documentation.md)
- [URL](03.api/54.URL%20%20Node.js%20v23.5.0%20Documentation.md)
- [Util 모듈](03.api/55.Util%20%20Node.js%20v23.5.0%20Documentation.md)
- [V8](03.api/56.V8%20%20Node.js%20v23.5.0%20Documentation.md)
- [VM (자바스크립트 실행)](03.api/57.VM%20%28executing%20JavaScript%29%20%20Node.js%20v23.5.0%20Documentation.md)
- [WebAssembly System Interface (WASI)](03.api/58.WebAssembly%20System%20Interface%20%28WASI%29%20%20Node.js%20v23.5.0%20Documentation.md)
- [Web Crypto API](03.api/59.Web%20Crypto%20API%20%20Node.js%20v23.5.0%20Documentation.md)
- [웹 스트림 API(Web Streams API)](03.api/60.Web%20Streams%20API%20%20Node.js%20v23.5.0%20Documentation.md)
- [Worker 스레드](03.api/61.Worker%20threads%20%20Node.js%20v23.5.0%20Documentation.md)
- [Zlib](03.api/62.Zlib%20%20Node.js%20v23.5.0%20Documentation.md)