Awesome
<p align="center"> <img src="assets/gh/title.png" width="400px" alt="Wombat" /> <h3 align="center">Cross platform gRPC client</h3> </p> <p align="center"> <a href="https://github.com/rogchap/wombat/releases"><img src="https://img.shields.io/github/v/release/rogchap/wombat?include_prereleases&style=flat-square" alt="Github release"></a> <img alt="Homebrew Cask" src="https://img.shields.io/homebrew/cask/v/wombat?style=flat-square" /> <img alt="AUR" src="https://img.shields.io/aur/version/wombat-bin?style=flat-square" /> <br/> <img alt="Go version" src="https://img.shields.io/github/go-mod/go-version/rogchap/wombat?style=flat-square" /> <a href="https://goreportcard.com/badge/github.com/rogchap/wombat"><img alt="Go report card" src="https://goreportcard.com/badge/github.com/rogchap/wombat?style=flat-square" /></a> <a href="https://github.com/grpc-ecosystem/awesome-grpc"><img alt="Awesome gRPC" src="https://raw.githubusercontent.com/sindresorhus/awesome/main/media/badge-flat.svg" /></a> </p> <p> <img src="assets/gh/screenshot.png" width="100%" alt="screenshot" /> </p>Features
- Automatic parsing of proto definitions to render services and input messages
.proto
file discovery- Selection of multiple services and methods
- 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
- Windows build
- Reflection API to determine RPC schema
- Support for Google Well Known Types
- Create multiple workspaces and workspace switching
Download
Visit the Releases page for the latest downloads.
Install
MacOS
Download and open Wombat*_Darwin_86_64.dmg
, drag Wombat.app
to the Applications
folder and run from Applications
.
Or via Homebrew
$ brew install --cask wombat
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
Download and unarchive Wombat*_Linux_86_64.tar.gz
and run.
Arch Linux AUR
$ yay -S wombat-bin
Windows
Download and unarchive Wombat*_Windows_86_64.zip
and run.