Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 349 Bytes

gRPC Client (cli) example

Build & Run client

Project require Go installed.

  1. install newscli :
go install github.com/fb64/grpc-fullstack-demo/newscli@latest
  1. Start server (see backend project)

  2. run newscli :

newscli -h

Libraries used