{"library":"egg-grpc-client-ts-plus","type":"library","category":null,"description":"TypeScript plugin for Egg.js to provide gRPC client functionality. Version 1.1.2, no active release cadence indicated. Forked from egg-grpc-client-ts, it adds configurable max_send_message_length and max_receive_message_length to the gRPC client setup. Designed for Egg.js framework applications requiring gRPC communication. Not actively maintained, limited documentation.","language":"javascript","status":"maintenance","version":"1.1.2","tags":["javascript","egg","eggPlugin","egg-plugin"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install egg-grpc-client-ts-plus","imports":["// {app_root}/config/plugin.ts\nexports.grpcClient = { enable: true, package: 'egg-grpc-client-ts-plus' };","// {app_root}/config/config.default.ts\nexports.grpcClient = { clients: [ { name: 'main', protoPath: 'app/proto/main', host: '0.0.0.0', port: 50051 } ] };","const client = this.app.grpcClient.getClient('main');"]},{"cmd":"yarn add egg-grpc-client-ts-plus","imports":[]},{"cmd":"pnpm add egg-grpc-client-ts-plus","imports":[]}],"homepage":"https://github.com/eggjs/egg-grpc-client-ts-plus#readme","github":"https://github.com/rushrunner17/egg-grpc-client-ts-plus","docs":null,"changelog":null,"pypi":null,"npm":"egg-grpc-client-ts-plus","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}