RoomOfRequirement / qt_grpc

simple grpc client with qt5 GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple grpc client with qt5 GUI

License:MIT License


Languages

Language:Go 96.6%Language:Makefile 3.4%