Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 255 Bytes

File metadata and controls

23 lines (18 loc) · 255 Bytes

Node GRPC

Install

$ npm install

How to run

Server

$ npm run server

Client

$ npm run client
#OR 
$ npm run client -- SOME_STRING

# OR passing server target
$ npm run client -- --target=server_address