node.js

node.js

| 공개

node.js 공식 홈페이지

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

공식 홈페이지 - http://www.nodejs.org/

API 문서 - http://nodejs.org/api/

 

node.js의 특징

  • 클라이언트가 아닌 서버 환경에서 자바스크립트를 사용
  • 구글 크롬의 V8 자바스크립트 엔진을 사용
  • 이벤트 기반으로 하는 비동기 방식으로 네트워크 입출력을 처리(기존의 스레드 기반 동기 방식과 대조)
  • 단일 스레드
  • 신생 개발 환경
  • 추가할 사항이 있으면 댓글을 달아주세요.^^

 

node.js 버전

  • node.js 버전: v0.10.28
  • express 버전: v4.1.2

2014년 5월 12일 기준으로 버전은 위와 같습니다. node.js는 아직 1.0버전도 나오지 않은 신생 개발 환경입니다. express는 node.js에서 가장 많이 사용되는 프레임 워크입니다.

 

예제 코드 저장소

예제에서 사용되는 소스 코드를 github에서 계속 업데이트 시키고 있습니다.

https://github.com/miki1029/nodejs_tutorial 

댓글

댓글 본문
  1. Soonwook Kwon
    기대됩니다~
  2. 나무마루
    감사합니다.
graphittie 자세히 보기