Skip to content

xiong-ang/Http_Router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-Router

要点

* 设计时,分离变化的部分与不变的部分:变化的部分(路径,执行的操作),不变的部分(路由过程)
* 路由过程分为【注册】和【查找执行】
* app.get/post() 进行路由注册          
* app() 执行路由的查找和执行           
* 默认与可配置的404页面      

About

Http Router Demo, as Express router or Koa-Router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published