| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 안드로이드
- java
- 스시
- chrome
- github
- 부경대 맛집
- 태국지도
- 태국여행준비물
- 깃
- chart
- 크롬
- 여행지도
- 경성대 맛집
- 태국 여행정보
- 소프트웨어
- SDK
- 삼성소프트웨어멤버십
- 태국여행
- Android
- 맛집
- 깃허브
- 갤럭시 노트
- c#
- 갤럭시 노트 해외판
- Tizen
- 서면 맛집
- 자바
- 타이젠
- 일정관리
- git
- Today
- 0
- Total
- 211,887
DREAM IT, WISH IT, DO IT
Common Js 본문
Common Js.
CommonJS
JavaScript is a powerful object oriented language with some of the fastest dynamic language interpreters around. The official JavaScript specification defines APIs for some objects that are useful for building browser-based applications. However, the spec does not define a standard library that is useful for building a broader range of applications.
The CommonJS API will fill that gap by defining APIs that handle many common application needs, ultimately providing a standard library as rich as those of Python, Ruby and Java. The intention is that an application developer will be able to write an application using the CommonJS APIs and then run that application across different JavaScript interpreters and host environments. With CommonJS-compliant systems, you can use JavaScript to write:
- Server-side JavaScript applications
- Command line tools
- Desktop GUI-based applications
- Hybrid applications (Titanium, Adobe AIR)
- 구글 번역 문서 -
JavaScript는 주변에 가장 빠른 동적 언어 통역의 일부로 강력한 객체 지향 언어입니다. 공식적인 자바 스펙은 브라우저 기반의 애플 리케이션을 구축하는 데 유용한 몇 가지 객체에 대한 API를 정의합니다. 그러나 사양은 애플 리케이션의 넓은 범위를 구축하는 데 유용 표준 라이브러리를 정의하지 않습니다.
CommonJS API는 궁극적으로 파이썬, 루비와 자바의 것과 같은 풍부한 같은 표준 라이브러리를 제공하고, 많은 일반적인 응용 프로그램 요구 사항을 처리하는 API를 정의하여 그 차이를 채울 것입니다. 의도는 응용 프로그램 개발자 CommonJS API를 사용하여 응용 프로그램을 작성하고 다른 자바 스크립트 인터프리터와 호스트 환경을 통해 해당 응용 프로그램을 실행할 수있다는 것입니다. CommonJS 호환 시스템을 사용하면 작성할 자바 스크립트를 사용할 수 있습니다 :
- 서버 측 자바 애플 리케이션
- 커맨드 라인 도구
- 데스크탑 GUI 기반 응용 프로그램
- 하이브리드 애플 리케이션 (티타늄, 어도비 AIR)
'Programming > PHP/Javascript' 카테고리의 다른 글
| [Chrome Plugin]크롬 어플리케이션 개발 (Web App, Plugin, Packaged App) (0) | 2012.11.04 |
|---|---|
| Common Js (0) | 2012.04.20 |
| jQuery Mobile framework (0) | 2012.04.14 |
| Web - Jquery (0) | 2012.04.14 |