Hi!

I've been working on https://github.com/johanbrandhorst/protobuf for a 
couple of months, and I only just noticed this "official" protobuf message 
board. I thought I'd put my project on here and see what you think!

The way it works is by using the JSPB generated files, including them in 
GopherJS and then calling to the native JS objects and their functions. 
It's a little messy and I have longer term plans of replacing the need for 
the generated JSPB files altogether and just calling into jspb.Message.

Separately it also wraps https://github.com/improbable-eng/grpc-web, 
allowing calls to gRPC backends from the GopherJS environment.

I've got a demo site up and running showcasing the use of the GopherJS code 
and interfacing with a Go gRPC backend on https://grpcweb.jbrandhorst.com. 
I've also written about the project on my blog, 
https://jbrandhorst.com/post/gopherjs-grpcweb/.

I'd love to hear your thoughts and tips!

PS. On a side note - I noticed something missing from the documentation at 
https://developers.google.com/protocol-buffers/docs/reference/javascript-generated#repeated,
 
where do I raise an issue/make a PR?

Thanks,

Johan

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to