[protobuf] Re: JavaScript generated code

2022-09-08 Thread Evgeniia T
thanks четверг, 8 сентября 2022 г. в 04:25:03 UTC+7, deanna...@google.com: > As announced in May > , > JavaScript protobufs are being decoupled from the main repository. Any > questions about JavaScript should be directed

[protobuf] Re: JavaScript generated code

2022-09-07 Thread 'Deanna Garcia' via Protocol Buffers
As announced in May , JavaScript protobufs are being decoupled from the main repository. Any questions about JavaScript should be directed to the JavaScript repository . On Monday,

[protobuf] Re: Javascript library: Serialization/ deserialization into bytes type gives wrong data

2021-05-10 Thread Ben B
Does anyone who uses or contributes to javascript + protobuf have any idea regarding my previous question? Thanks :) On Friday, 7 May 2021 at 19:59:10 UTC+1 Ben B wrote: > Dear Protobuf team, > > I was looking to serialize Float32's or Int16 (or other arbitrary data > type) so I've decided to

[protobuf] Re: Javascript - where is google-protobuf.js

2020-07-10 Thread zad0m
Hi Michael I've been wondering exact same question recently, the way I found it was to: `yarn add google-protobuf` I know you're not using Node but just use yarn (or npm i google-protobuf) to add the node_modules folder. You need `yarn init` or `npm init -y` first to make sure there's

[protobuf] Re: JavaScript

2015-03-24 Thread Timo K
I am just using https://github.com/dcodeIO/ProtoBuf.js right now. I use it for piping the internal protobuffer communication over websockets and it just works like a charm. Am Freitag, 26. Juni 2009 00:23:40 UTC+2 schrieb rthompson@gmail.com: Is there anything in the works that would

[protobuf] Re: JavaScript

2015-03-23 Thread Leo Gallucci
Almost 6 years later, what do you think about this now? What about using https://github.com/dcodeIO/ProtoBuf.js ? or is it still more convenient to simply stick to JSON/BSON/PSON? -- Leo On Friday, June 26, 2009 at 2:17:58 AM UTC+2, Kenton Varda wrote: One problem with javascript and

Re: JavaScript

2009-06-25 Thread Alek Storm
That one doesn't look complete. I've got one that almost is. On Thu, Jun 25, 2009 at 3:53 PM, Marc Gravell marc.grav...@gmail.comwrote: I haven't tried it, but http://code.google.com/p/protobuf/wiki/OtherLanguages lists javascript support here: http://code.google.com/p/protobuf-js/ (this

Re: JavaScript

2009-06-25 Thread Kenton Varda
One problem with javascript and protobuf is that you need a lot of support code to parse the messages. Unless you end up sending quite a lot of stuff back and forth, making the user download a JS protobuf codec library may be a net loss. It may be better to use JSON or XML because browsers