Files
nodebestpractices/sections/projectstructre/createlayers.chinese.md

12 lines
362 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 应用程序分层保持Express在其边界内
<br/><br/>
### 将组件代码分成web, services, DAL层
![alt text](../../assets/images/structurebycomponents.PNG "Separate component code into layers")
<br/><br/>
### 1分钟说明混合层的缺点
![alt text](../../assets/images/keepexpressinweb.gif "The downside of mixing layers")