Closed johanbrandhorst closed 6 years ago
Currently it has to be imported and used as a http.Handler in a go server. It should be possible to create a general purpose websocket proxy to a gRPC server.
http.Handler
This will be superceded by the ws proxy work in upstream.
Currently it has to be imported and used as a
http.Handler
in a go server. It should be possible to create a general purpose websocket proxy to a gRPC server.