FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

fe/extends/chapter-17.md at master · openproject4coatching/fe · GitHub

forked from phodal/fe

Latest commit

 

History

History
28 lines (15 loc) · 358 Bytes

File metadata and controls

28 lines (15 loc) · 358 Bytes

前端应用中的常见开发模式

API 模式

前端 <-> 契约 <-> 后台

URL + 参数 返回结果

JSON Web Token

HTTP 请求 <-> 服务端数据

HTTP 请求 <-> 缓存 <-> 服务端数据

HTTP 请求 <-> 代理 <-> 服务端数据

HTTP 请求 <-> 缓存 <-> 代理 <-> 服务端数据

观察者模式

共享数据模式


Back | FazBrowse Home | New Git URL