Re: [protobuf] Where to find Protobuf Javascript tutorial?

2017-07-19 Thread hce h
Thanks for the response. If I understand it correctly, the js package contains a js directory which is pre-built javascript libraries. I built the C++ package and I can use the C++ package to generate javascript library by running "protoc --js_out=library=myproto_libs,binary:.

Re: [protobuf] Where to find Protobuf Javascript tutorial?

2017-07-17 Thread 'Feng Xiao' via Protocol Buffers
On Sat, Jul 15, 2017 at 8:28 PM, hce h wrote: > Hi, > > We are using javascript for web front end development and we are using the > protobuf to communicate with backend web applications. Currently we are > using GO to do protobuf communication between the backend

[protobuf] Where to find Protobuf Javascript tutorial?

2017-07-15 Thread hce h
Hi, We are using javascript for web front end development and we are using the protobuf to communicate with backend web applications. Currently we are using GO to do protobuf communication between the backend application server which runs on C++ and the front end running on Javascript, but