Skip to content

go-programmer/wombat

 
 

Repository files navigation

Wombat

Cross platform gRPC client

Github release Go version Go report card Awesome gRPC

screenshot

Features

  • Automatic parsing of proto definitions to render services and input messages
  • .proto file discovery
  • Selection of multiple services and methods
  • Basic configuration of TLS, including disabling TLS (plain text)
  • Input generation for all scalar types
  • Input generation for nested messages
  • Input generation for enums, including nested
  • Input generation for repeated fields
  • Input generation for oneof and map fields
  • Support for adding RPC metadata
  • Execute unary requests
  • Execute server streaming requests
  • Execute client streaming requests
  • Execute bidirectional requests
  • Cancel requests in-flight
  • Send EOF for client streaming and bi-directional streaming
  • View response messages
  • View RPC Header and Trailer
  • View full RPC statistics
  • MacOS build
  • Linux build (inc AppImage)
  • Reflection API to determine RPC schema
  • Error messages on failed gRPC connections

Download

Visit the Releases page for the latest downloads.

Install

MacOS

Open Wombat*_Darwin_86_64.dmg, drag Wombat.app to the Applications folder and run from Applications.

If you get this error message: "Wombat.app" can't be opened because the identity of the developer cannot be confirmed., Install by Right Click/Option Click -> Open -> Open. You'll only need to do this on first install.

Linux

Unarchive Wombat*_Linux_86_64.tar.gz and run.

If you are using the AppImage, download and set the file as executable:

$ chmod +x Wombat*_Linux_86_64.AppImage

Alernatively you can install appimagelauncher via your package manager to install automatically.

Windows

Unarchive Wombat*_Windows_86_64.zip and run.

Packages

No packages published

Languages

  • Go 55.8%
  • Svelte 21.8%
  • QML 20.0%
  • JavaScript 1.3%
  • Makefile 1.0%
  • HTML 0.1%