You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2021. It is now read-only.
组件化
一个URL请求就是一个组件,可以完全自定义这个URL下面的各种功能。
服务器化
任何一个URL就是一个服务器,而不是原来的控制器。
实现URL的可分布化
分层化与业务固化
将所有的请求按优先顺序排好序,进行每个道关卡过滤,提高系统的安全性。
同时将Web业务固化让代码更加的精减,