lang 514

socket.io 1.3.7 cluster On Nodejs 5.1.0

NodeJS|Socket.IO how to send server handler to workers? Sticky session node-cluster-socket.io 【Node.js】socket.io + cluster で 400 (Bad Request) + Connection closed before receiving a handshake responseAdd Star Horizontally Scaling Node.js and WebSockets with Redis socket.io 1.3.7 + socket.io-redis On Node v5.1.0 에서 Cluster로 2개 이상 cluster.fork()를 할 경우 에러발생. 에러코드 WebSocket connection to 'ws://local..

lang/node 2015.12.10

PM2

Unitech/pm2 npm install pm2 -g # 설치 PM2 pm2 start app.js # 시작, 데몬화, 자동 재 시작 pm2 start app.js -i 4 # 4개의 인스탄스로 클러스트 모드 시작 # 각 프로그램은 네트워크 균형에 맞춰서 로드한다. pm2 start app.js --name="api" # 시작하는 애플리케이션 이름 지정 pm2 start app.js --watch # 파일내용이 변경되면 다시시작 pm2 start script.sh # bash script 시작 pm2 list # PM2로 시작한 모든 프로세스 목록 pm2 monit # 애플리케이션이 이용하는 메모리와 CPU자원 pm2 show [app-name] # 애플리케이션에 대한 모든 정보를 표시 pm2 logs..

lang/node 2015.12.09

<ol> Order Lists

HTML Tag compact (Not HTML5) compactNot supported in HTML5. Specifies that the list should render smaller than normal 목록이 정상보다 작게 표현되도록 설정(HTML5에서 지원안됨0 reversed (HTML5) reversed - Specifies that the list order should be descending (9,8,7...) 내림차순 정렬(HTML5 지원) start number - Specifies the start value of an ordered list 목록 시작 숫자 설정 type 1 : 숫자 A : 대문자 a : 소문자 I : i : Specifies the kind of marker ..

lang/html 2015.12.07

PHP SocketIOClient.php On socket.io 1.3.7 Error

【Node.js】socket.io + cluster で 400 (Bad Request) + Connection closed before receiving a handshake responseAdd Star Engine.IO: the realtime enginef engine.io-parser Engine.IO client Engine.IO Protocol socket.io PHP SocketIOClient.php On socket.io 1.3.7 Error Bad Request socket.io 1.3.7 에서 php_io.php 라이브러리로 연결시 아래 에러가 발생한다. # Nodejs 5.1.0 + socket.io 1.3.7 engine intercepting request for path "/so..

lang/php 2015.12.02

Upgrade socket.io 1.3.7 On Express 4.13.3

Express 4.x API ExpressJS 4.0: New Features and Upgrading from 3.0 node.js socket.io 与 express 集成出错 클라이언트 문제 해결 node.js socket.io 与 express 集成出错에서 오류를 해결 할 수 있는 포인트를 확인. 클라이언트의 연결문제는 해결됨. 하지만 서버에서 http://domain.com/socket.io/ 에서 {code":0,"message":"Transport unknown} 오류가 계속됨. 확인 결과 socket.io 1.3.7에서 transport를 지정하지 않는 연결요청은 Transport unknown 에러가 정상적인 동작임. 업그레이드 중 필요없다고 생각한 모듈을 제거했지만 인스턴스를 사용하는 코..

lang/node 2015.11.30

socket.io rooms 기능

빠르게 훝어 보는 node.js - #10 Socket.IO 2/4 API 요약 Socket.io socket.io Socket.io rooms 사용법 - 련호.com Rooms #룸 가입, 탈퇴 socket.join('room'); socket.leave('room'); #나를 제외한 룸 내 모든이에게 메세지 보내기 socket.broadcast.to('room').emit('event', {}); # 특정 소켓 사용자에게 메세지 보내기 io.sockets(socket_id).emit('event', {}); # 룸내 전체 사용자(나를 포함) 메세지 보내기 io.sockets.in('room').emit('event_name', {}) # 룸전체 목록 io.sockets.manager.rooms # 클..

lang/node 2015.11.23
반응형