{"repo":"fullstorydev/grpcui","free":true,"listed":false,"github":"https://github.com/fullstorydev/grpcui","clone":"git clone https://github.com/fullstorydev/grpcui.git","description":"An interactive web UI for gRPC, along the lines of postman","language":"JavaScript","stars":5917,"topics":["grpc","postman","golang"],"license":"MIT","category":"networking-infra","readme_excerpt":"gRPC UI grpcui is a command-line tool that lets you interact with gRPC servers via a browser. It's sort of like Postman, but for gRPC APIs instead of REST. In some ways, this is like an extension to grpcurl. Whereas grpcurl is a command-line interface, grpcui provides a web/browser-based GUI. This lets you interactively construct requests to send to a gRPC server. With this tool you can also browse the schema for gRPC services, which is presented as a list of available endpoints. This is enabled either by querying a server that supports server reflection, by reading proto source files, or by loading in compiled \"protoset\" files (files that contain encoded file descriptor protos). In fact, the way the tool transforms JSON request data into a binary encoded protobuf is using that very same schema. So, if the server you interact with does not support reflection, you will either need the proto source files that define the service or need protoset files that grpcui can use. This repo also provides two library packages 1. github.com/fullstorydev/grpcui : This package contains the building blocks for embedding a gRPC web form into any Go HTTP server. It has functions for accessing the HTML form, the JavaScript code that powers it, as well as a sample CSS file, for styling the form. 2. github.com/fullstorydev/grpcui/standalone : This package goes a step further and supplies a single, simple HTTP handler that provides the entire gRPC web UI. You can just wire this handler into your HT","default_branch":null,"files":null,"tree":[],"storefront":"/r/fullstorydev","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/fullstorydev/grpcui/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}