johanbrandhorst / protobuf

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

Remove dependency on generated javascript files #13

Closed johanbrandhorst closed 7 years ago

johanbrandhorst commented 7 years ago

Fixes #5

This revamps the generation to rely on the jspb.BinaryReader and jspb.BinaryWriter types. The resulting interface is much nicer, and doesn't rely on any externally generated code. I'm extremely pleased with the results.