I have also same requirement but it seems that Node JS encoding and C++ encoding of the same proto message is different and hence they are not compatible.
Regards, Shailesh On Thursday, 14 July 2011 21:40:26 UTC+5:30, msdark wrote: > > (sorry for my english).. > > I do some research to see if its possible to use Protocol buffer with > node.js .. and i found this implementation [1] > > Now i need to know if its possible to do some bidirectional > communication between this 2 process (c++ and node.js) .. > > My project have two parts .. a C++ app and a node.js app .. the C++ > app notify to node.js app some events... and in the node.js side.. > when the user exec some event, i need to return the message to C++ > app.. > > Is this possible?? > > is there any example of this?? (maybe i don't search good).. > > Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
