English | 简体中文
TinsRPC is an RPC client tool that satisfies developers' RPC local debugging. Currently, the supported functions are relatively simple, and more practical functions are still planned.
- Cross platform RPC client
- Support .proto file import
- Send requests to a RPCx service(Supports unary)
- Send requests to a gRPC service(Supports unary)
- Support Chinese and English themes
- Support dark theme
This packages requires Go 1.18 or later. It can be installed by running the command below:
go get github.com/zevfang/tins-rpc
First you need Fyne installed, then clone this repository and compile it:
fyne package
fyne build
fyne package -os windows -icon ./resource/logo.png -name TinsRPC
fyne package -os darwin -icon ./resource/logo.png -name TinsRPC
fyne package -os linux -icon ./resource/logo.png -name TinsRPC
local build
go build -ldflags="-H windowsgui"
You can go to the release page for the latest binary.