-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yangxu3
committed
Jun 17, 2024
1 parent
5f4c8c8
commit 692b59c
Showing
1 changed file
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |