Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
Lê Quốc Tuấn edited this page Sep 6, 2018 · 1 revision

Install

npm install -g git+https://github.com/mrlequoctuan/grpcc.git

Usage

grpcc --address 127.0.0.1:3466 --proto ./service/myservice.proto
grpcc --address 127.0.0.1:3466 --proto ./service/myservice1.proto --proto ./service/myservice2.pb
grpcc --address 127.0.0.1:3466 --proto ./service/myservice1.proto --manual
// show available services
availableServices

// create client (if run with --manual, optional)
cli1 = Client('test.Service1');
cli2 = Client('test.Service2');
Clone this wiki locally