Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floydjones1/grpcwebtext-parser
A script that parses your grpc web text into a human readable format
https://github.com/floydjones1/grpcwebtext-parser
cli grpc grpcwebtext parser
Last synced: 2 months ago
JSON representation
A script that parses your grpc web text into a human readable format
- Host: GitHub
- URL: https://github.com/floydjones1/grpcwebtext-parser
- Owner: floydjones1
- Created: 2021-07-17T22:51:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T02:03:21.000Z (over 3 years ago)
- Last Synced: 2024-08-10T11:43:30.458Z (6 months ago)
- Topics: cli, grpc, grpcwebtext, parser
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpcwebtext-parser
A simple script that parsed grpc-web-text and converts it to a more human friendly form. Currently can only convert grpc-web-text into human not from human to grpc-web-text. (WIP: needs to figure out the other way)
## What you need to run this?
```
node
protoc
```Please install protoc either through chocolately(Windows) or brew(Mac).
## How to use?
```
npx grpcwebtext-parser [insert grpc text]
```