Skip to the content.

Delivery for GRPC

Screenshot GRPC GUI client for GRPCurl

Build Status CI CodeQL

Latest version

Recently delivery has been revised, using a newer forge with React and Typescript. Currently supported platforms are Linux, Windows and Mac OSX, using the new publisher.

V0.1.0

Latest

Mac OSX/Linux/Windows (DMG, RPM, DEB, NUPKG, EXE)

Older v0.0.2

Mac OSX

What is it?

TL;DR; GRPCurl wrapper that auto detects methods and types, simplifying your gRPC experience, thanks to GRPCurl.

I created a simple GUI wrapper for GRPCurl, GRPCurl. This is a attempt at creating a simple tool that can speed up communication to the server. It has support for history, meaning anything you type and do will persist in a historic log and state.

What can it do?

As long as you provide the url, delivery will do it’s best to discover/auto detect all the methods and types. It will try to provide the methods and an example of the body for each method. This way you can easily write your GRPC commands without having to figure out the JSON structure.

Where do i get it?

There is a version (0.1.0), there might be bugs. If there are please file a ticket.

Archived versions

V0.0.2

Mac OSX

V0.0.1

Mac OSX

Getting Started

To build from source, first checkout the code

Prerequisites

Required tools to build native packages

Run from source
npm install
npm run start
Build native packages

On Linux you should have some tools

Fedora based distro:

sudo dnf install dpkg-dev fakeroot

Debian based distro:

sudo apt-get install rpm fakeroot
Installation

On the project folder, run

npm install

Then generate the native package(s)

npm run make

The output should be at out/