johanbrandhorst / protobuf

GopherJS Bindings for ProtobufJS and gRPC-Web
MIT License
81 stars 16 forks source link

Break out WsProxy into general purpose websocket <-> gRPC backend proxy #19

Closed johanbrandhorst closed 6 years ago

johanbrandhorst commented 7 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.

johanbrandhorst commented 6 years ago

This will be superceded by the ws proxy work in upstream.