Re: [protobuf] Javascript with Protobuf FileDescriptorSet and what is equivalent to DynamicMessage.parse(FileDescriptor, byte[] payload) ?

2017-04-14 Thread 'Adam Cozzette' via Protocol Buffers
Unfortunately the Javascript implementation doesn't support this kind of DynamicMessage functionality. In Javascript you can only really manipulate a protocol buffer if you have already built the generated code with protoc. On Fri, Apr 7, 2017 at 5:15 PM, Vijay Balakrishnan

[protobuf] Javascript with Protobuf FileDescriptorSet and what is equivalent to DynamicMessage.parse(FileDescriptor, byte[] payload) ?

2017-04-07 Thread Vijay Balakrishnan
Hi, Newbie to protobuf and pardon my naivete on this topic. I would like to use protoc --descriptor_set_out=out.desc -js_out= import_style=commonjs,error_on_name_conflict,binary:. mymessage.proto I have code to upload this out.desc to my server to S3. using out.desc as I want multiple clients