tmc / grpc-websocket-proxy

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

feat: add go mod and move examples #32

Closed alvarowolfx closed 2 years ago

alvarowolfx commented 2 years ago

Add support for go modules. I had to rename the example folder to not include the grpc-gateway dependencies on the mod file.