lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2018-01-29 0:46 GMT+08:00 Dibyendu Majumdar <mobile@majumdar.org.uk>:
> Hi,
>
> On 28 January 2018 at 16:33, Xavier Wang <weasley.wx@gmail.com> wrote:
>> 2018-01-29 0:31 GMT+08:00 Dibyendu Majumdar <mobile@majumdar.org.uk>:
>> Sorry for that, because it's now support both protobuf 2 & 3, so I
>> think no need to specify it :-)
>>
>> It now support map and oneof and all proto 3 syntax, and makes
>> protobuf2 compatible.
>>
>
> Okay cool. I use protobuf3 and so if I wanted to just use this for
> protobuf3 would it work? I mean the does it interoperate with
> protobuf3 messages written in other languages?
>
> Thanks and Regards
> Dibyendu
>

It's exactly just used to communicate with the other languages :-)
In fact, we use erlang on server, so it should at least interoperate
well with erlang's gpb.

-- 
regards,
Xavier Wang.