Skip to content

getezy/ezy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

724dcb5 Β· Jan 23, 2023
Dec 12, 2022
Aug 14, 2022
Jul 14, 2022
Aug 10, 2022
Jan 16, 2023
Sep 19, 2022
Dec 8, 2022
Sep 19, 2022
Jan 23, 2023
Sep 6, 2022
Jul 17, 2022
Aug 14, 2022
Dec 10, 2022
Jul 14, 2022
Nov 1, 2022
Aug 15, 2022
Jan 23, 2023
Jul 19, 2022
Jan 17, 2023
Aug 14, 2022
Nov 1, 2022
Jan 23, 2023
Jan 23, 2023
Dec 10, 2022
Jul 3, 2022
Sep 20, 2022
Apr 27, 2022
Dec 10, 2022
Apr 27, 2022

Repository files navigation



Release Downloads Codacy Badge

Discord

Fully-featured desktop gRPC/gRPC-Web client.


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

Features

βœ… Tabs
βœ… Shortcuts
βœ… Environments
βœ… Persisted collections

gRPC gRPC-Web
Unary Calls βœ… βœ…
Server Streaming βœ… βœ…
Client Streaming βœ… ❌ read
Bi-directional Streaming βœ… ❌ read
Stream cancelation βœ… βœ…
Metadata βœ… βœ… Browser Headers
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.

Sponsorship

If you are interested in sponsorship of this project - shoot me an email. I have great ideas on how we can improve gRPC (and not only!) development experience. I'll be glad to talk about it.

License

Mozilla Public License Version 2.0