$ node app.js 로는 실행 후 포트 리스닝이 문제 없는데 pm2 로 start 시 포트 리스닝이 계속 안되는 문제가 발생!자세한 pm2 프로세스 상태를 보기 위해$ pm2 show 명령 실행에러 로그 경로를 확인error log path | ~/.pm2/logs/callback-error-0.logless 명령으로 열어서 오류 로그 확인$ less ~/.pm2/logs/callback-error-0.logError: Cannot find module '~/.nvm/....../lib/node_modules/pm2/lib/ProcessContainerFork.js'저 오류는 pm2 env 가 변경되어 유발된다고 하며해결은$ rm -rf ~/.pm2$ pm2로고가 뜨며 pm2 설정이 업데이트 됨.다..
개발서버에서는 이상이 없는데원격서버에서 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..
http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/ 아래쯤의 조언대로커맨드라인에서nssm.exe install sydjs-node c:\where-i-put-node-standalone\node.exe c:\code\SydJS\server.jsnet start sydjs-node하여도 되고http://harjinderkamboj.wordpress.com/2012/09/06/running-node-as-a-service-using-nssm-2/ 에서와 같이 Dialog 를 통하여도 됨.
nodejs.org/download 에서 맥용 설치패키지 받아서 설치 후 npm 명령어로 필요한 모듈 설치하려니 오류가 마구 쏟아지며 설치가 안되어 재설치법을 아래에 붙여둠. Run the following commands to uninstall node.js: lsbom -f -l -s -pf /var/db/receipts/org.nodejs.pkg.bom | while read f; do sudo rm /usr/local/${f}; done sudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.* http://notepad2.blogspot.kr/2012/06/how-to-uninstall-node..
http://nodejs-kr.org/apis/api026.htmlhttp://www.nodebeginner.org/index-kr.htmlhttps://github.com/octoberskyjs/homehttp://www.okjsp.pe.kr/seq/186934프론트엔드 개발자를 위한 쉬운 Node.js http://uix.kr/nodejshttp://doortts.tistory.com/category/node.js%20%28OctoberSkyJs%29Express 한글 번역본 http://firejune.io/express/ Express http://nodejs-kr.org/insidejs/archives/745
- 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
- 한컴 인터넷 오피스
- 안드로이드
- centos
- mssql
- iis
- Android
- Linux
- Chrome
- Docker
- API
- JSON
- IOS
- JQuery
- ASP
- nginx
- laravel
- CSS
- Prototype
- 한글
- Mac
- 워드프레스
- iphone
- nodejs
- javascript
- sencha touch
- PHP
- Debug
- git
- Wordpress
- IE
- classic asp
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |