nodejs ] express 로 url 구분해서 출력하기.

컴퓨터 이야기/nodejs 2016. 4. 27. 01:58


이렇게 처리하면 된다. app.all 이나 get 에 들어가는 문자열은 정규식을 따르는 듯?

:

nodejs ] mysql 사용 예제

컴퓨터 이야기/nodejs 2016. 4. 27. 01:49

먼저 npm install node-mysql 로 mysql 모듈을 설치하고node-mysql 안 의node_modules 을 

바깥node_modules  로 빼야된다.






: