Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]
```