Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 671 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 671 Bytes

Simple gRPC client with Qt

main features are from cmd line tool grpcurl, MIT license

and ghz, Apache-2.0 license

reminder:

Target server should open reflection by including google.golang.org/grpc/reflection package. You can find more details in demo server.

Since the message treat nested json as a string, you may need the following online conversion tools: JSON to string online converter Delete All Whitespace Characters

demo