Break out WsProxy into general purpose websocket <-> gRPC backend proxy
johanbrandhorst opened this issue · 1 comments
johanbrandhorst commented
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.
johanbrandhorst commented
This will be superceded by the ws proxy work in upstream.