README
coordinator-node-client
分布式协调服务node客户端,用于获取微服务的可用地址,参照eureka-js-client.
安装
npm install coordinator-node-client --save
使用
参照example.js
分布式协调服务node客户端,用于获取微服务的可用地址,参照eureka-js-client.
<script type="module">
import coordinatorNodeClient from 'https://cdn.skypack.dev/coordinator-node-client';
</script>
分布式协调服务node客户端,用于获取微服务的可用地址,参照eureka-js-client.
npm install coordinator-node-client --save
参照example.js