oriole-client

0.0.2 • Public • Published

oriole-client is a client for oriole-service.

Usage

var oriole = require("oriole-client");

service = "log_service";
method = "ping";
arg = [];
kwargs = {};
config = {
    host: '127.0.0.1',
    login: 'test',
    password: 'test'
};

oriole.connect(config, service,
    method, arg,
    kwargs,
    (e, r) => console.log(r));

Readme

Keywords

Package Sidebar

Install

npm i oriole-client

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • zhouxiaoxiang