express.js示例应用程序 [英] express.js sample apps

查看:97
本文介绍了express.js示例应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开始一个express.js项目。我想看看退出大型应用程序的代码,特别是他们的文件系统结构。任何人都知道使用express.js和github的应用程序?

I am starting an express.js project. I want to look at code of exiting large apps, especially their file system structure. Anyone knows of apps that use express.js and are on github?

推荐答案

这是我的布局。

./myapp
  ./public -- static files
  ./modules -- modules I made for reusability
  ./routes -- like controllers 
  ./log  -- app log file
  ./views -- ejs views
  ./config -- config.development.js, config.global.js
  ./templates -- email templates (text/html in ejs)
  ./pid -- for server
  ./init -- git post-receive hook for deploy
  ./models -- mongoose schemas

这篇关于express.js示例应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆