{"id":24432424,"url":"https://github.com/skyfe79/nodejs-ko-docs","last_synced_at":"2026-01-27T09:16:02.004Z","repository":{"id":270986837,"uuid":"911634527","full_name":"skyfe79/nodejs-ko-docs","owner":"skyfe79","description":"NodeJS v23.5.0 한글 공식 문서","archived":false,"fork":false,"pushed_at":"2025-01-05T03:29:21.000Z","size":3966,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T18:14:44.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skyfe79.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-03T13:35:36.000Z","updated_at":"2025-01-05T03:29:25.000Z","dependencies_parsed_at":"2025-01-04T16:17:54.128Z","dependency_job_id":"5453c6de-6088-43db-b9cd-3248f7a60879","html_url":"https://github.com/skyfe79/nodejs-ko-docs","commit_stats":null,"previous_names":["skyfe79/nodejs-ko-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skyfe79/nodejs-ko-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fnodejs-ko-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fnodejs-ko-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fnodejs-ko-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fnodejs-ko-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyfe79","download_url":"https://codeload.github.com/skyfe79/nodejs-ko-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2Fnodejs-ko-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28810475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-20T16:00:32.795Z","updated_at":"2026-01-27T09:16:01.986Z","avatar_url":"https://github.com/skyfe79.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## 01.nodejs-v23.5.0 문서\n\n- [Node.js 공식 API 레퍼런스 문서](01.nodejs-v23.5.0/01.introduction.md)\n- [사용법과 예제](01.nodejs-v23.5.0/02.usage-and-example.md)\n\n### 01.getting-started 문서\n\n- [Node.js 소개](02.learning/01.getting-started/01.iIntroduction-to-nodejs.md)\n- [Node.js 사용을 위한 JavaScript 필수 지식](02.learning/01.getting-started/02.how-much-javascript-do-you-need-to-know-to-use-nodejs.md)\n- [Node.js와 브라우저의 차이점](02.learning/01.getting-started/03.differences-between-nodejs-and-the-browser.md)\n- [V8 자바스크립트 엔진의 이해](02.learning/01.getting-started/04.the-v8-javascript-engine.md)\n- [npm 패키지 관리자 소개](02.learning/01.getting-started/05.an-introduction-to-the-npm-package-manager.md)\n- [ECMAScript 2015 (ES6)와 이후 버전](02.learning/01.getting-started/06.ecmascript-2015-es6-and-beyond.md)\n- [Node.js의 개발 환경과 프로덕션 환경의 차이점](02.learning/01.getting-started/07.nodejs-the-difference-between-development-and-production.md)\n- [Node.js와 WebAssembly](02.learning/01.getting-started/08.nodejs-with-webassembly.md)\n- [Node.js 디버깅](02.learning/01.getting-started/09.debugging.md)\n- [Node.js 애플리케이션 프로파일링](02.learning/01.getting-started/10.profiling.md)\n- [보안 모범사례](02.learning/01.getting-started/11.security-best-practices.md)\n\n### 02.typescript 문서\n\n- [타입스크립트 입문](02.learning/02.typescript/01.introduction.md)\n- [트랜스파일을 통한 TypeScript 코드 실행하기](02.learning/02.typescript/02.transpile.md)\n- [TypeScript 러너로 코드 실행하기](02.learning/02.typescript/03.run.md)\n- [TypeScript 네이티브 실행하기](02.learning/02.typescript/04.run-natively.md)\n\n### 03.asynchronous-work 문서\n\n- [비동기 흐름 제어](02.learning/03.asynchronous-work/01.asynchronous-flow-control.md)\n- [블로킹과 논블로킹의 이해](02.learning/03.asynchronous-work/02.overview-of-blocking-vs-non-blocking.md)\n- [자바스크립트 비동기 프로그래밍과 콜백의 이해](02.learning/03.asynchronous-work/03.javascript-asynchronous-programming-and-callbacks.md)\n- [자바스크립트 타이머 이해하기](02.learning/03.asynchronous-work/04.discover-javascript-timers.md)\n- [Node.js 이벤트 루프의 이해](02.learning/03.asynchronous-work/05.event-loop-timers-and-nexttick.md)\n- [Node.js 이벤트 이미터](02.learning/03.asynchronous-work/06.the-nodejs-event-emitter.md)\n- [process.nextTick() 이해하기](02.learning/03.asynchronous-work/07.understanding-processnexttick.md)\n- [setImmediate() 이해하기](02.learning/03.asynchronous-work/08.understanding-setimmediate.md)\n- [이벤트 루프와 워커 풀을 차단하지 않는 방법](02.learning/03.asynchronous-work/09.dont-block-the-event-loop.md)\n\n### 04.manipulating-files 문서\n\n- [Node.js 파일 정보 조회](02.learning/04.manipulating-files/01.nodejs-file-stats.md)\n- [Node.js 파일 경로](02.learning/04.manipulating-files/02.nodejs-file-paths.md)\n- [Node.js에서 파일 디스크립터 다루기](02.learning/04.manipulating-files/03.working-with-file-descriptors-in-nodejs.md)\n- [Node.js로 파일 읽기](02.learning/04.manipulating-files/04.reading-files-with-nodejs.md)\n- [Node.js로 파일 작성하기](02.learning/04.manipulating-files/05.writing-files-with-nodejs.md)\n- [Node.js에서 폴더 다루기](02.learning/04.manipulating-files/06.working-with-folders-in-nodejs.md)\n- [다양한 파일시스템 다루기](02.learning/04.manipulating-files/07.working-with-different-filesystems.md)\n\n### 05.command-line 문서\n\n- [커맨드라인에서 Node.js 스크립트 실행하기](02.learning/05.command-line/01.run-nodejs-scripts-from-the-command-line.md)\n- [Node.js에서 환경 변수를 읽는 방법](02.learning/05.command-line/02.how-to-read-environment-variables-from-nodejs.md)\n- [Node.js REPL 사용 가이드](02.learning/05.command-line/03.how-to-use-the-nodejs-repl.md)\n- [Node.js를 사용한 커맨드라인 출력 ](02.learning/05.command-line/04.output-to-the-command-line-using-nodejs.md)\n- [Node.js에서 커맨드라인 입력 처리하기](02.learning/05.command-line/05.accept-input-from-the-command-line-in-nodejs.md)\n\n### 06.modules 문서\n\n- [패키지 배포하기](02.learning/06.modules/01.publishing-a-package.md)\n- [Node-API 패키지 배포 방법](02.learning/06.modules/02.publishing-node-api-modules.md)\n- [HTTP 트랜잭션의 구조](02.learning/06.modules/03.anatomy-of-an-http-transaction.md)\n- [ABI 안정성](02.learning/06.modules/04.abi-stability.md)\n- [Node.js 스트림 활용 가이드](02.learning/06.modules/05.how-to-use-streams.md)\n- [스트림의 백프레셔 이해하기](02.learning/06.modules/06.backpressuring-in-streams.md)\n\n### 07.diagnostics 문서\n\n- [사용자 여정](02.learning/07.diagnostics/01.user-journey.md)\n- [메모리](02.learning/07.diagnostics/02.memory.md)\n- [가비지 컬렉션 추적하기](02.learning/07.diagnostics/03.using-gc-traces.md)\n- [힙 프로파일러 활용하기](02.learning/07.diagnostics/04.using-heap-profiler.md)\n- [힙 스냅샷 사용하기](02.learning/07.diagnostics/05.using-heap-snapshot.md)\n- [실시간 디버깅](02.learning/07.diagnostics/06.live-debugging.md)\n- [인스펙터 사용하기](02.learning/07.diagnostics/07.using-inspector.md)\n- [성능 저하 문제 해결하기](02.learning/07.diagnostics/08.poor-performance.md)\n- [Linux Perf 도구 사용하기](02.learning/07.diagnostics/09.using-linux-perf.md)\n- [플레임 그래프](02.learning/07.diagnostics/10.flame-graphs.md)\n\n### 08.test-runner 문서\n\n- [Node.js 테스트 러너 알아보기](02.learning/08.test-runner/01.discovering-nodejss-test-runner.md)\n- [Node.js 테스트 러너 활용하기](02.learning/08.test-runner/02.using-test-runner.md)\n- [테스트에서의 목킹](02.learning/08.test-runner/03.mocking-in-test.md)\n\n## 03.api 문서\n\n- [Assert (단언)](03.api/01.Assert%20%20Node.js%20v23.5.0%20Documentation.md)\n- [비동기 컨텍스트 추적](03.api/02.Asynchronous%20context%20tracking%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Async hooks](03.api/03.Async%20hooks%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Buffer](03.api/04.Buffer%20%20Node.js%20v23.5.0%20Documentation.md)\n- [C++ 애드온](03.api/05.C%2B%2B%20addons%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Node-API](03.api/06.Node-API%20%20Node.js%20v23.5.0%20Documentation.md)\n- [C++ 임베더 API](03.api/07.C%2B%2B%20embedder%20API%20%20Node.js%20v23.5.0%20Documentation.md)\n- [자식 프로세스](03.api/08.Child%20process%20%20Node.js%20v23.5.0%20Documentation.md)\n- [클러스터](03.api/09.Cluster%20%20Node.js%20v23.5.0%20Documentation.md)\n- [커맨드라인 API](03.api/10.Command-line%20API%20%20Node.js%20v23.5.0%20Documentation.md)\n- [콘솔](03.api/11.Console%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Corepack](03.api/12.Corepack%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Crypto](03.api/13.Crypto%20%20Node.js%20v23.5.0%20Documentation.md)\n- [디버거](03.api/14.Debugger%20%20Node.js%20v23.5.0%20Documentation.md)\n- [사용 중단된 API](03.api/15.Deprecated%20APIs%20%20Node.js%20v23.5.0%20Documentation.md)\n- [진단 채널(Diagnostics Channel)](03.api/16.Diagnostics%20Channel%20%20Node.js%20v23.5.0%20Documentation.md)\n- [DNS](03.api/17.DNS%20%20Node.js%20v23.5.0%20Documentation.md)\n- [도메인(Domain)](03.api/18.Domain%20%20Node.js%20v23.5.0%20Documentation.md)\n- [에러](03.api/19.Errors%20%20Node.js%20v23.5.0%20Documentation.md)\n- [이벤트](03.api/20.Events%20%20Node.js%20v23.5.0%20Documentation.md)\n- [파일 시스템](03.api/21.File%20system%20%20Node.js%20v23.5.0%20Documentation.md)\n- [전역 객체](03.api/22.Global%20objects%20%20Node.js%20v23.5.0%20Documentation.md)\n- [HTTP](03.api/23.HTTP%20%20Node.js%20v23.5.0%20Documentation.md)\n- [HTTP/2](03.api/24.HTTP2%20%20Node.js%20v23.5.0%20Documentation.md)\n- [HTTPS](03.api/25.HTTPS%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Inspector](03.api/26.Inspector%20%20Node.js%20v23.5.0%20Documentation.md)\n- [국제화 지원](03.api/27.Internationalization%20support%20%20Node.js%20v23.5.0%20Documentation.md)\n- [모듈: CommonJS 모듈](03.api/28.Modules%20CommonJS%20modules%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Modules: ECMAScript modules](03.api/29.Modules%20ECMAScript%20modules%20%20Node.js%20v23.5.0%20Documentation.md)\n- [모듈: node:module API](03.api/30.Modules%20nodemodule%20API%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Modules: Packages](03.api/31.Modules%20Packages%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Modules: TypeScript](03.api/32.Modules%20TypeScript%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Net](03.api/33.Net%20%20Node.js%20v23.5.0%20Documentation.md)\n- [OS](03.api/34.OS%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Path](03.api/35.Path%20%20Node.js%20v23.5.0%20Documentation.md)\n- [성능 측정 API](03.api/36.Performance%20measurement%20APIs%20%20Node.js%20v23.5.0%20Documentation.md)\n- [권한 관리](03.api/37.Permissions%20%20Node.js%20v23.5.0%20Documentation.md)\n- [프로세스](03.api/38.Process%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Punycode](03.api/39.Punycode%20%20Node.js%20v23.5.0%20Documentation.md)\n- [쿼리 문자열](03.api/40.Query%20string%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Readline](03.api/41.Readline%20%20Node.js%20v23.5.0%20Documentation.md)\n- [REPL](03.api/42.REPL%20%20Node.js%20v23.5.0%20Documentation.md)\n- [진단 보고서](03.api/43.Diagnostic%20report%20%20Node.js%20v23.5.0%20Documentation.md)\n- [단일 실행 파일 애플리케이션](03.api/44.Single%20executable%20applications%20%20Node.js%20v23.5.0%20Documentation.md)\n- [SQLite](03.api/45.SQLite%20%20Node.js%20v23.5.0%20Documentation.md)\n- [스트림(Stream)](03.api/46.Stream%20%20Node.js%20v23.5.0%20Documentation.md)\n- [문자열 디코더](03.api/47.String%20decoder%20%20Node.js%20v23.5.0%20Documentation.md)\n- [테스트 러너](03.api/48.Test%20runner%20%20Node.js%20v23.5.0%20Documentation.md)\n- [타이머](03.api/49.Timers%20%20Node.js%20v23.5.0%20Documentation.md)\n- [TLS (SSL)](03.api/50.TLS%20%28SSL%29%20%20Node.js%20v23.5.0%20Documentation.md)\n- [트레이스 이벤트](03.api/51.Trace%20events%20%20Node.js%20v23.5.0%20Documentation.md)\n- [TTY](03.api/52.TTY%20%20Node.js%20v23.5.0%20Documentation.md)\n- [UDP/데이터그램 소켓](03.api/53.UDPdatagram%20sockets%20%20Node.js%20v23.5.0%20Documentation.md)\n- [URL](03.api/54.URL%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Util 모듈](03.api/55.Util%20%20Node.js%20v23.5.0%20Documentation.md)\n- [V8](03.api/56.V8%20%20Node.js%20v23.5.0%20Documentation.md)\n- [VM (자바스크립트 실행)](03.api/57.VM%20%28executing%20JavaScript%29%20%20Node.js%20v23.5.0%20Documentation.md)\n- [WebAssembly System Interface (WASI)](03.api/58.WebAssembly%20System%20Interface%20%28WASI%29%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Web Crypto API](03.api/59.Web%20Crypto%20API%20%20Node.js%20v23.5.0%20Documentation.md)\n- [웹 스트림 API(Web Streams API)](03.api/60.Web%20Streams%20API%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Worker 스레드](03.api/61.Worker%20threads%20%20Node.js%20v23.5.0%20Documentation.md)\n- [Zlib](03.api/62.Zlib%20%20Node.js%20v23.5.0%20Documentation.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyfe79%2Fnodejs-ko-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyfe79%2Fnodejs-ko-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyfe79%2Fnodejs-ko-docs/lists"}