Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxu3 committed Jun 17, 2024
1 parent 5f4c8c8 commit 692b59c
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
# README
# Ikun-grpc

`Ikun-grpc` is a cross platform grpc client based on grpc reflection. It's sort of like Postman which can help you interact with grpc servers

## Features

- Runs on Windows, Mac and Linux **(done)**
- Selection of multiple grpc services and methods **(done)**
- Automatically render grpc request json template based on protobuf definition **(done)**
- Invoke grpc API with grpc metadata support **(done)**
- Show grpc request and response protobuf definition **(done)**
- TLS support (Now only support plaintext) **(todo)**
- `.proto` file discovery (Now only support grpc reflection) **(todo)**

## Usage

![Alt Text](./demo.gif)

## About

This is the official Wails Vue template.
## Download

You can configure the project by editing `wails.json`. More information about the project settings can be found
here: https://wails.io/docs/reference/project-config
## Development

## Live Development
It is a wails project and tech stack is **wails (golang) + vue3 (js)**.

To run in live development mode, run `wails dev` in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115.

0 comments on commit 692b59c

Please sign in to comment.