Programming/Node.js

Node.js redis (node.js clustering)

얼라이브97 2014. 8. 25. 06:59



Node.js는 싱글 스레드의 한계를 가지고 있다. 그 한계를 이겨내는 방법은 메모리 공유 기반의 모듈인 redis를 이용하는 것이다.