Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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中间层服务

Awesome Lists containing this project

README

        

# Node 中间层服务

在实际业务开发过程中,前端拿到后端的数据之后需要针对特定字段(如: `null`)进行处理,如果将处理逻辑全部放在前端的业务逻辑中,这会和实际业务产生耦合,因此需要抽离代码逻辑,采用 `BFF` 中间代理层的模式来提供相关的服务支撑。