getezy / ezy

🔥 GUI client for gRPC/gRPC-Web
https://getezy.dev
Mozilla Public License 2.0
974 stars 16 forks source link

Support gRPC server reflection #16

Open notmedia opened 2 years ago

notmedia commented 2 years ago

https://github.com/grpc/grpc/blob/master/doc/server-reflection.md

https://github.com/grpc/grpc-node/issues/79 https://www.npmjs.com/package/grpc-server-reflection https://github.com/gawsoftpl/grpc-js-reflection-api-client

jackkav commented 1 year ago

i got this working recently but had to override protobuf and fork grpc-reflection-js to fix a couple of upstream issues.

https://github.com/Kong/insomnia/pull/5518

good luck!

notmedia commented 1 year ago

@jackkav Hey! Thanks, I will look at your implementation it's interesting and may help!

As I know the current reflection in JS is not actually well maintained, maybe I will write own. It's just thoughts, I have never dived in this before

lcmgh commented 1 year ago

That feature will make the difference in terms of If I really gonna recommend ezy to my colleagues.