node.js chat server with QT client
node.js tcp chatting server with QT client
node.js 의 thread pool(libuv) 부분
node.js 에서의 입출력 동작은 멀티쓰레드(thread pool)로 구현된다. 소스 코드에서 이 부분을 정리해본다.
node.js : threads-a-gogo compile error
node.js를 위한 thread, threads_a_gogo 컴파일시 오류 해결 방법
node.js single thread / multi thread ?
node.js 는 단일 쓰레드 환경이다.