tmc / grpc-websocket-proxy

A proxy to transparently upgrade grpc-gateway streaming endpoints to use websockets
MIT License
553 stars 72 forks source link

Build examples with buf #33

Open idoqo opened 2 years ago

idoqo commented 2 years ago

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.