FLYNNLABAboutMeCodingActivityStudy 2024초등수학
nodejs
nodejs

nodejs

article

node.js를 학습하는 사람이라면 꼭 봐둬야 할 Node.js 소개 동영상 해설
그래서, node.js는 무엇인가?
node에서 모듈 로드하기
node.js의 connect 이해하기
[번역] node.js에서 비동기로 코드 디자인하기.
심플하게 설명
deview2012 - nodejs

#install ubuntu 에서 apt-get 을 이용해서 nodejs 최신 버전 설치하기
install nodejs for windows

#API 한글 API 문서

#guide manual The Node Beginner Book
Felix's Node.js Guide
mixu node book
node.js kr

#npm node modules
npm 1.0 간단정리
npm faq
[node basic] npm: 글로벌 vs 로컬 설치 (Global vs Local installation)
npm-tricks
NPM Private Repository 만들기

#common.js CommonJS, node.js의 모듈 규칙

#hosting cloudfoundry

#tip module.exports === exports -> true, 하지만, call by reference를 지키지 않으면 안된다.
프로세스의 흐름 (Control Flow)을 관리하여 가독성 높은 코드를 작성해보자.
beautiful logging winston
Domain API (또다른 try ~ catch)
Node.js 는 단일쓰레드만 있다? 비동기 I/O에 대해서 제대로 알아보자. (libeio, libev)
node exception error handling (Node.JS가 죽어? 당연히 죽지 않게 해야죠.)
Essential node.js patterns
bulletproof-node-js-coding

#debugging node-inspector

#web framework expressjs
express 2.x 한글 매뉴얼
meteor

#template framework handlebars js
jade
Jade - 템플릿 엔진 for Node.js

#persistence framework Mongoose

#test expresso
Node.js TDD 프레임워크 Expresso 매뉴얼 번역
vows
바우즈(Vows), node.js를 위한 비동기 행위 주도 개발(BDD) 프레임워크
zombie

#auto restart supervisor

#build gruntjs
jake
make같은 빌드툴은 node.js용으로는 없을까? jake를 소개합니다.
jake 2편을 소개합니다.

#process manager forever
forever한글설명
forever한글간단설명

#network restler
request
request 설명

#control-flow library async
step

#dom controll phantomjs
jsdom

#job scheduler node-schedule

Article