프로그래밍/14.Node.js

Node.js Process 객체들

happydong 2014. 8. 5. 21:42

node.js에서 Process객체를 console.log로 출력해보면 다양한 것들이 있음을 알수 있다. 


[그림 1 - process 로그 출력화면]


다양한 Process객체들의 API정보는 아래 링크에서 확인 할 수 있으며, 예제도 있다. 


- http://nodejs.org/api/process.html (바로가기)