참고
JavaScript 표준을 위한 움직임: CommonJS와 AMD
commonJS
- 브라우저용
- curl.js(http://github.com/unscriptable/curl)
- SproutCore(http://sproutcore.com)
- PINF(http://github.com/pinf/loader-js)
- 기타 등등
- 서버사이드용
- Node.js(http://nodejs.org)
- Narwhal(https://github.com/tlrobinson/narwhal)
- Persevere(http://www.persvr.org)
- Wakanda(http://www.wakandasoft.com)
AMD
- 브라우저용
- RequireJS(http://requirejs.org)
- curl.js(http://github.com/unscriptable/curl)
- bdLoad(http://bdframework.org/bdLoad/)
- Yabble(http://github.com/jbrantly/yabble)
- PINF(http://github.com/pinf/loader-js)
- 기타 등등
- 서버사이드용
- RequireJS(http://requirejs.org)
- PINF(http://github.com/pinf/loader-js)
그 외
반응형
'lang > js' 카테고리의 다른 글
javascript 실시간 웹 (0) | 2013.06.24 |
---|---|
javascript 파일 작업 (0) | 2013.06.21 |
javascirpt MVC - 모델 (0) | 2013.06.17 |
javascript 이벤트 (0) | 2013.06.14 |
javascript Class (0) | 2013.06.12 |