Skip to content

angellikgh/desktop-gRPC-client

 
 

Repository files navigation


Release Discord

ezy - desktop gRPC client.


🚧 This project is in beta phase and can get breaking changes at any time until it goes to v1.

Features

✅ Localy persisted collections.
✅ Multi-tabs.
✅ Shortcuts.
✅ Environments.
✅ Good errors output.

gRPC
✅ Unary calls.
✅ Client/Server/Bi-directional streaming.
✅ Stream cancelation.
✅ Metadata support.
✅ TLS (Server-side/Mutual) with CA/Self-Signed certificates.

gRPC-Web
✅ Unary calls.
✅ Server streaming.
✅ Stream cancelation.
✅ Metadata (Browser Headers) support.
✅ TLS (Server-side/Mutual) with CA/Self-Signed certificates.

Getting started

Install the latest version for your OS from release page.

Today you can update only by manually downloading new app version and reinstalling it. I'm working on automatic updates.

Shortcuts

Use ⌘+K (macOS) or Ctrl+K(Windows/Linux). Just try it.

Working with 64-bit integers

If you want to send 64-bit integers (int64, uint64, sint64, fixed64, sfixed64) just wrap values in quotes.

{
  "int64": "9223372036854775807",
  "uint64": "18446744073709551615",
  "sint64": "-9223372036854775807",
  "fixed64": "18446744073709551615",
  "sfixed64": "-9223372036854775807"
}

Build from source

  $ npm ci
  $ npm run make

Roadmap

Actual roadmap available here.

License

Mozilla Public License Version 2.0

About

Desktop gRPC GUI client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.5%
  • JavaScript 4.8%
  • Other 0.7%