protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

GopherJS Bindings for ProtobufJS and gRPC-Web

Results 8 protobuf issues
Sort by recently updated
recently updated
newest added

I use envoy, but have projects where i need pure baremetal golang and browsers. Tinygo is now working with go modules and JSON via a hack that will be sorted...

In my use case, I'd like to have a model that is isomorphic and handlers against this model mutate the model. In a normal world, I'd have the model once...

enhancement
question

Does the generated client code work with the [Envoy proxy](https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/grpc_web_filter#config-http-filters-grpc-web)? I understand there may be some [compatibility issues](https://github.com/grpc/grpc-web/issues/91), particularly with regard to streaming services. Perhaps some sort of interoperability tests...

This could mean faster marshalling and unmarshalling.

enhancement

https://github.com/lyft/protoc-gen-star is an attempt at making it easier to write `protoc` plugins, building on `protoc-gen-go`, much like this repo does. However, because the current `protoc-gen-gopherjs` is a fork of `protoc-gen-go`,...

enhancement
question