lang/node 65

socket.io IE9 flashsocket 사용

3rd-Eden/FlashPolicyFileServer socket.io 소켓방식 선언 및 플래시소켓 사용 IE9에서 Socket.io 접속을 위한 Flash socket 운용 Nodejs - Socketio not working with https server, what could be the reason? [Flex] Flex에서 Socket.IO 접속해보기 WebSocket Tutorial with Node.js Serve Flash ads over SSL nodejs 에서 socket.io를 설정한 뒤 10843포트를 오픈했다면 10843포트에 대한 flashpolicy정보는 바로 확인할 수 있다. http://domain.com:10843으로 확인하면 된다. nodejs 에서 flashsocke..

lang/node 2015.10.14

socket.io io.set, io.enable 설정

WebSocket Protocol 스펙 메모 socket.io 서버 API socket.io 클라이언트 API Configuration differences io configure - socket io v1.X #1542 [cookbook] Socket.io.js 파일의 캐쉬는 어떻게 되는가?Top NODE.JS 글로벌 기업 적용 사례 그리고, real-time 어플리케이션 개발하 zzoda/myNodejs 서버 설정 # io.configure 이용한 io 설정 io.configure(function(){ io.set('log level', 1); io.set('transports', ['websocket','flashsocket','htmlfile','xhr-polling','jsonp-polling'..

lang/node 2015.10.09

nvm-windows

coreybutler/nvm-windows Throws ERROR open \settings.txt in windows 7 #39 Windows 8, Windows 10 이나 같은 오류 해결은 c:\users\\AppData\Roaming\nvm 위치에 있는 settings.txt 를 관리자 권한으로 C:\ 에 복사하면 실행이 됩니다. 하지만 linux보다 명령어가 심각하게 빈약하다는거? 윈도우에서 NVM 이 된다는것만 해도 어디냐만은.... ㅡ.ㅡ windows10에서nvm install latest 는 아직... C:\Windows\System>nvm install latest Version is not available. If you are attempting to download a "just r..

lang/node 2015.09.28

Node.js Chain 인증서 설정

COMODO SSL 인증서 적용 확인 - 웹으로 인증서 적용 상태 확인 가능 “Unable to locally verify the issuer’s authority” for GeoTrust SSL CA" Why is my RapidSSL Certificate chain is not trusted on ubuntu? NodeJS: CERT_UNTRUSTED Error # chat 서버 openssl s_client -showcerts -connect chat.domaon.com:443 # 메인 서버 openssl s_client -showcerts -connect domain.com:443 위 2개의 결과를 비교해서 오류 지점을 찾을 수 있다. 물론 오류가 난다면 굳이 비교할 필요는 없이 오류 내용을 확인..

lang/node 2015.09.23

Cluster를 이용한ws, wss 사용

Node.js cluster.fork([env]) 웹과 스마트폰 클라이언트에서 WS, WSS 사용 WebBrowser HTTP > Node HTTP > Socket.io WS WebBrowser HTTPS > NOde HTTPS > Socket.io WSS SmartPhone > Socket.io WS SmartPhone(SSL) > Socket.io WSS 평문/보안 연결 모두를 만족하는 방법은 노드에서 WS, WSS를 모두 제공하는 방법뿐입니다. 그 외 HTTPS > HTTP Proxy > WS 연결은 WS가 SSL연결이 되지 않은 관계로 SmartPhone > WSS 이 의미가 없으므로 고려 대상이 아니며, HTTP Proxy > WSS 은 wss handshake faild로 통신이 되지 않습니다..

lang/node 2015.09.21
반응형