UNPKG
coordinator-node-client
Version:
latest (3.0.0)
3.0.0
2.0.2
2.0.1
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
分布式协调服务node客户端,用于获取微服务的可用地址,参照eureka-js-client.
coordinator-node-client
/
lib
/
index.js
2 lines
•
80 B
JavaScript
View Raw
1
2
var
Coordinator
=
require(
'./CoordinatorClient'
);
module
.
exports
= Coordinator;