열렬히.뛰기

Node.js란?

웹 프로그래밍 > Node.js > Node.js란?

node.js란? 자바스크립트 실행기.

  • 이벤트 기반 :
  • 논블로킹 I/O :
  • 싱글 쓰레드 :

설치여부 확인하기

bash
node -v
npm -v