grpc-websocket-proxy Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets. On the wire this uses newline-delimited json encoding of the messages. Usage: mux := runtime.NewServeMux() opts := []grpc.DialOption{grpc.WithInsecure()} if err := echoserver....