Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPC support #2

Open
cpvandehey opened this issue Oct 21, 2022 · 9 comments
Open

gRPC support #2

cpvandehey opened this issue Oct 21, 2022 · 9 comments

Comments

@cpvandehey
Copy link

Would love to hear if there is a reasonable avenue for gRPC support. Postman released this feature a year back and its been a game changer for protobuf based apps. With that said Postman has gotten so heavy that I don't want to use it anymore if something lightweight like this exists.

@flawiddsouza
Copy link
Owner

Definitely. Since no one had requested the feature before, I did not prioritize it. I'll see what I can do. Will keep this issue open until it's implemented.

@mishushakov
Copy link

mishushakov commented Oct 23, 2022

@flawiddsouza feel free to try cool-grpc gRPC client we've built for Step CI. Its goal is to be as easy as fetch API

Let me know if you need any help!

@flawiddsouza
Copy link
Owner

Hey @mishushakov. Thanks for the library recommendation. Will definitely check it out and see if I can use it for implementing gRPC support. By the way, Step CI is really cool.

@lbdl
Copy link

lbdl commented Jun 23, 2023

I'd be happy to take a look at this feature request, just started using the REST client and I like it and GrPC support would be useful

@flawiddsouza
Copy link
Owner

@lbdl Please go ahead. I haven't had any time to come to this feature. One problem I foresee is that gRPC won't work on the web build. It can only work on desktop, docker and maybe using the chrome extension. The web build can probably only support gRPC-web. Limitation of the way gRPC is. It can't directly be used on the web.

@lbdl
Copy link

lbdl commented Jun 24, 2023 via email

@flawiddsouza
Copy link
Owner

I'll be starting work on the grpc feature soon. If anyone has any suggestions on how the ui should ideally look like, I'll be happy to know them.

@kobenguyent
Copy link
Contributor

How about this ref https://docs.insomnia.rest/insomnia/grpc

@flawiddsouza
Copy link
Owner

That should be helpful. Thanks @kobenguyent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants