Node.js 공식 문서 한글 번역
Official Node.js Site
Learn
Learn
  • Getting Started
    • Node.js 소개
    • Node.js 설치 방법
    • Node.js 를 사용하기 위해 알아야 할 JavaScript 지식은 어느정도일까?
    • Node.js와 브라우저의 차이점
    • V8 JavaScript 엔진
    • npm 패키지 매니저 소개
    • ECMAScript 2015(ES6) 및 그 너머
    • Node.js에서 개발 환경과 프로덕션 환경의 차이
    • Node.js와 WebAssembly
    • Node.js 디버깅
    • Node.js 애플리케이션 프로파일링
    • 보안 모범 사례
  • TypeScript
    • TypeScript 소개
    • TypeScript 코드 사용하기
    • runner를 사용하여 TypeScript 실행하기
    • TypeScript 네이티브로 실행하기
  • Asynchronous Work
    • 비동기 흐름 제어
    • 블로킹과 논블로킹의 개요
    • JavaScript 비동기 프로그래밍 및 콜백
    • JavaScript 타이머 알아보기
    • Node.js의 Event Loop
    • Node.js의 Event emitter
    • process.nextTick() 이해하기
    • setImmediate() 이해하기
    • Event Loop를 차단하지 마세요
  • Manipulating Files
    • Node.js 파일 상태 정보 (file stats)
    • Node.js 파일 경로
    • Node.js에서 파일 디스크립터로 작업하기
    • Reading files with Node.js
    • Node.js에서 파일 쓰기
    • Node.js에서 폴더 작업하기
    • 다양한 파일시스템에서 작업하는 법
  • Command Line
    • Run Node.js scripts from the command line
    • How to read environment variables from Node.js
    • How to use the Node.js REPL
    • Output to the command line using Node.js
    • Accept input from the command line in Node.js
  • Modules
    • How to publish a Node-API package
    • Anatomy of an HTTP Transaction
    • ABI Stability
    • Backpressuring in Streams
  • Diagnostics
    • User Journey
    • Memory
    • Live Debugging
    • Poor Performance
    • Flame Graphs
  • Test Runner
    • Discovering Node.js test runner
    • Using Node.js's test runner
    • Mocking in tests
Powered by GitBook
On this page
  1. Command Line

Run Node.js scripts from the command line

Previous다양한 파일시스템에서 작업하는 법NextHow to read environment variables from Node.js

Last updated 7 months ago