- node.js를 학습하는 사람이라면 꼭 봐둬야 할 Node.js 소개 동영상 해설
https://github.com/octoberskyjs/home
http://www.facebook.com/octoberskyjs
Node.js Manual & Documentation - nodejs.org
[Node.js] Node.js 설치하기
NPM Packer Find : http://search.npmjs.org/
yum install npm sudo apt-get install npm brew install npm
- nodejs.org/api
- template
EJS
npm install ejs
https://github.com/visionmedia/jade
npm install jade
http://haml.info/ - connect
http://www.senchalabs.org/connect/
npm install connect
[node.js] Connect 2.0 소개- Removed: .createServer() 제거됨 (connect() 사용하삼)
- Removed: session()에서 secret 옵션을 제거함 cookieParser(secret) 사용하삼
- Removed: connect.session.ignore 배열지원 제거
- Removed: router() 미들웨어 제거
https://github.com/joyent/node/wiki/modules#wiki-web-frameworks-routers
npm install router
반응형
'lang > node' 카테고리의 다른 글
nodejs https > http Proxy (0) | 2015.09.17 |
---|---|
Node.js SSL (0) | 2015.09.11 |
Node Mysql Reconnection (0) | 2015.09.04 |
우분투 node.js 설치 (0) | 2012.05.23 |
Building a JavaScript-Based Game Engine for the Web (0) | 2011.01.20 |