wq2
v1.1.0
Published
new nodejs base on cloud function
Downloads
2
Readme
wq
new nodejs base on cloud function
通过组合函数,部署到云平台进行接口开发,利用rpc调用提供给web使用
- [x] curry
- [x] compose
- [x] weak type
- [x] cloud function
- [ ] match pattern
- [ ] rpc
开发模式
开发环境 | 调用方式 | 数据服务器位置
--- | --- |---
dev| RPC | front server
prod | HTTP | background server
通过开发时的function调用隔离数据服务,在前端直接实现后端数据服务,在发布接口的时候 为每个数据服务function对接对应的http服务,把前端数据逻辑迁移到后端