Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jweboy/node-proxy-service
node中间层服务
https://github.com/jweboy/node-proxy-service
bff nodejs proxy-server
Last synced: about 1 month ago
JSON representation
node中间层服务
- Host: GitHub
- URL: https://github.com/jweboy/node-proxy-service
- Owner: jweboy
- Created: 2019-06-01T10:31:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T23:29:36.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T15:02:58.715Z (almost 2 years ago)
- Topics: bff, nodejs, proxy-server
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node 中间层服务
在实际业务开发过程中,前端拿到后端的数据之后需要针对特定字段(如: `null`)进行处理,如果将处理逻辑全部放在前端的业务逻辑中,这会和实际业务产生耦合,因此需要抽离代码逻辑,采用 `BFF` 中间代理层的模式来提供相关的服务支撑。