Code Monkey home page Code Monkey logo

delivery's Introduction

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/

delivery's People

Contributors

dannyfeliz avatar dependabot[bot] avatar kfwerf avatar miguelbaldi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

delivery's Issues

Unable to handle types with underscore

When the service has messages with types with underscores on the name, the autodetect generates the wrong type name. Example: .sms_sender.GetSmsResponse generates .sms.GetSmsRequest

stdout maxBuffer length exceeded

At first, thank you for the great tool!

For some request I got error

RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded

I think the output is too long

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.