Express 4",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies":...{
"express": "^4.13.3"
},
"engines": {
"node": "4.0.0"
},
"repository": {
"type"...: "git",
"url": "https://github.com/heroku/node-js-sample"
},
"keywords": [
"node",
"...heroku",
"express"
],
"author": "Mark Pundsack",
"contributors": [
"Zeke Sikelianos Node.js 来做网站
虽然不依赖任何框架,用 Node.js 也能做出一个网站,但自己一定会重复造很多"轮子"。
Node.js 上的框架有很多,最流行的框架应该是 Express.js。