1.1.8 • Published 7 years ago

plover-grpc v1.1.8

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

plover-grpc

node rpc client based on grpc and eureka

Install

npm install plover-grpc -S

Usage

const data = await ctx.grpc.xxAPI.xxMethod({
    param: JSON.stringify({ "pageNum": 0, "pageSize": 1 }),
    apiName: "/documentAPI/query"
});

Config

const pkg = require('./../package.json')

exports.grpc = {
  root:join(__dirname,"../../../@grpc"),
  name: pkg.name,
  version: pkg.version,
  user:'xx',
  password:'xx',
  urls: 'http://xxx/eureka/apps/',
  services: {
    ServiceAPI: 'xxx:xxx:xxx'
  }
};
1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago