1.0.2 • Published 2 years ago

om-service-mesh-client v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

om-service-mesh-client

om-service-mesh-client

use

const OmServiceMeshClient = require('om-service-mesh-client')({
    MASTER_SERVICE_ADDRESS: 'ws://localhost:3000',
    serviceId: 'serviceId',
    serviceName: 'serviceName',
    serviceAddress: 'http://localhost:8080',
});
OmServiceMeshClient.on('config.update', () => console.log('on:config.update'));
OmServiceMeshClient.emit('config.update');
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago