Settings

Theme

Json2Protobuf – A JSON to Protobuf parser, encoder and decoder proxy

github.com

3 points by sashahilton 9 months ago · 1 comment

Reader

sashahiltonOP 9 months ago

I figured this might be useful to some of you - more than once I've had a project that uses Protobuf without gRPC, and developing against Protobuf over HTTP services has been a bit tiresome due to lack of tooling - this seeks to solve that issue to an extent. Use a client like Postman or Insomnia to send JSON requests to an HTTP endpoint, specify the protobuf mesaage types, and let this proxy handle the rest. No more manual encoding/decoding/general unwanted friction.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection