관리 메뉴

DREAM IT, WISH IT, DO IT

Common Js 본문

Programming/PHP/Javascript

Common Js

개발일지 오세빈 2012. 4. 20. 21:41

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
0 Comments
댓글쓰기 폼