问题标签 [moleculer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
14 浏览

node.js - 分子转运蛋白与 http 请求调用有何不同?

我正在实现微服务架构,在那里我学习了一个新主题“Transporter”,用于不同服务之间的通信。

但是我们也可以使用“axios”、“http-request”等包来构建请求调用。

那么,如果包含运输工具,它会有什么不同呢?以及传输代理调用与 http 请求调用有何不同?