공식 문서에는 NginX 설정이 나옴 http://socket.io/docs/using-multiple-nodes/다중 노드들 사용#고 load balancing고정 로드밸런싱If you plan to distribute the load of connections among different processes or machines, you have to make sure that requests associated with a particular session id connect to the process that originated them.This is due to certain transports like XHR Polling or JSONP Polling relying on firing sever..
개발서버에서는 이상이 없는데원격서버에서 socket.on('some event', function(data){ }); 클라이언트에서 전송된 message data가 object type이 아닌 string 형식 등으로 받아지는 문제가 발생했다.문제를 일으키는것은 PrototypeJS 이었다.PrototypeJS v1.6.x 가 JSON.parse, JSON.stringify Overrides 하여 socket.io 의 JSON 관련 모든 기능 깨먹는 문제가 발생하는 것.아래와 같은 코드를 사용하면 해결됨. if(window.Prototype) { delete Object.prototype.toJSON; delete Array.prototype.toJSON; delete Hash.prototype.toJS..
socket.id는 서버측에서만 사용 가능 클라이언트 = writer1, writer2, writer3 ... 관리자 = admin 라고 가정하고 admin 이 writer1 에게만 메세지 전송한다는 시나리오. 서버측 var io = require('socket.io').listen(8001); var clients = []; io.sockets.on('connection', function (socket) { socket.on('login', function(data) { var clientInfo = new Object(); clientInfo.uid = data.uid; clientInfo.id = socket.id; clients.push(clientInfo); }); socket.on('mess..
- Total
- Today
- Yesterday
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
- iphone
- IE
- laravel
- ASP
- CSS
- nginx
- javascript
- centos
- git
- PHP
- IOS
- sencha touch
- Wordpress
- 안드로이드
- Chrome
- nodejs
- JSON
- iis
- mssql
- classic asp
- API
- 워드프레스
- Mac
- Android
- Prototype
- Linux
- 한글
- Debug
- JQuery
- Docker
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |