일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- GPS
- appspresso
- JSON
- Spring
- phonegap
- Struts
- JDOM
- swingx
- Android
- 가우스
- 전자정부프레임워크
- tomcat
- Eclipse
- 선택적조인
- iBATIS
- jQuery
- MFC
- oracle
- WebLogic
- dock
- PHP
- rowspan
- PLSQL
- jsr 296
- ibsheet
- Ajax
- node.js
- Google Map
- MySQL
- sencha touch
Archives
- Today
- Total
목록태그를 입력해 주세요. (1)
Where The Streets Have No Name
android + node.js에서 websocket을 이용한 파일전송
안드로이드에서 최신 websocket 스펙을 지원하는 라이브러리를 선정하는데 시간이 좀 걸렸습니다. 여러가지 테스트중 http://autobahn.ws/android 에서 구한걸로 테스트했습니다. 여러 websocket 라이브러리 비교는 http://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations 여기 를 참조하세요. node.js에서 사용된 websocket 모듈은 http://einaros.github.com/ws/ 에서 구한걸로 테스트했습니다. node.js소스 var WebSocketServer = require('ws').Server , express = require('express') , fs = require('fs') , ht..
Developement/Mobile
2012. 8. 10. 10:09