View on GitHub

programming-study

허원철의 개발 블로그

주소 문자열과 요청 파라미터 다루기

http://heowc.tistory.com/?page=1
           ↓       ↑
    parse   URL 모듈  format
           ↓       ↑
    protocol : http
    host : heowc.tistory.com
    query : page=1
    ...

이벤트 이해하기

파일 다루기

로그 파일 남기기

> npm install winston --save
> npm install winston-daily-rotate-file --save
> npm install moment --save