GithubHelp home page GithubHelp logo

cxz / ezy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from getezy/ezy

0.0 1.0 0.0 41.07 MB

๐Ÿ”ฅ GUI client for gRPC/gRPC-Web

Home Page: https://getezy.dev

License: Mozilla Public License 2.0

Shell 0.90% JavaScript 4.83% TypeScript 94.23% HTML 0.04%

ezy's Introduction



Codacy Badge Release 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

ezy's People

Contributors

notmedia avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.