grpc-websocket-proxy
grpc-websocket-proxy copied to clipboard
Build examples with buf
This adds buf configuration for building the examples. It also upgrades the grpc-gateway version used in the example to version 2.
Asides: For some reason, I'm not able to run the current _examples. It works if I rename _examples to examples (removing the underscore), but that clutters the project's go.mod file, so I've added a separate go.mod file for examples - but I'm not sure if that makes sense yet.