2015.11.20 T아카데미 Node.js 프로그래밍 강좌를 수강하면서 필기.
소스자료 : http://nashorn.tistory.com/entry/TNODE
Node.js 프로그래밍 샘플 예제
Redis (NoSQL)
https://github.com/dmajkic/redis/downloads
설치파일 다운 받아 압축 풀고 실행

set foo bar → {foo:'bar'} 데이터 생성
get foo → key:'foo'인 데이터 조회
subscribe chat → subcribe 객체를 생성(publish되는 메시지를 받는다)



