Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pashkatrick/Plumber
Another one GUI for GRPC requests
https://github.com/pashkatrick/Plumber
grpc gui requests
Last synced: 3 months ago
JSON representation
Another one GUI for GRPC requests
- Host: GitHub
- URL: https://github.com/pashkatrick/Plumber
- Owner: pashkatrick
- License: mit
- Archived: true
- Created: 2020-12-07T09:14:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T16:27:23.000Z (over 2 years ago)
- Last Synced: 2024-04-18T16:56:21.845Z (7 months ago)
- Topics: grpc, gui, requests
- Language: JavaScript
- Homepage: https://pshktrck.ru/
- Size: 48.2 MB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-grpc - Plumber - Another one GUI for GRPC requests (reflection only) (Tools / GUI)
README
Plumber
Like Postman, just for GRPC
Thanks Milkman and Bloom for inpiration.
## About
I just create a GUI for [GRPCurl](https://github.com/fullstorydev/grpcurl). This is a attempt at creating a simple tool that can speed up GRPC ervises testing process.## ⚡ Important
> This version doesn't support import proto files or protosets yet (will be).
> You can use it only with servers, which support reflection API.## Features
- Reflection server methods access
- Multi tabs operations
- Independent requests store system
- Metadata support
- ...### Shortcuts
CMD+w: close tab
CMD+t: new tab
CMD+s: save request
CMD+Enter: send request### Requirenments
- Docker## Get Started 🚀
- download [last version](https://github.com/pashkatrick/Plumber/releases/) Plumber.dmg
- install it
- use ``` docker pull pashkatrick/plumber-api ```
- and ``` docker run [your options] ``` - [details](https://github.com/pashkatrick/Plumber-API)
- Thats it!