# nodejs web项目结构 - fengmk2

# nodejs web项目结构

## 目录结构

- /
- app.js
- route.js
- conf/
- config_development.js
- config_production.js
- config.js
- index.js
- controllers/
- models|proxy/
- views/
- public/

## Links

- [geddy todo](https://github.com/mde/geddy/tree/master/examples/todo_app)
- [express mvc](https://github.com/visionmedia/express/tree/master/examples/mvc)
- [MOVE](http://cirw.in/blog/time-to-move-on)
