Bidirectional communication between C++ and Node.js process
531 views
Skip to first unread message
msdark
unread,
Jul 14, 2011, 12:10:26 PM7/14/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
(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.
huan...@gmail.com
unread,
Aug 6, 2013, 8:38:06 AM8/6/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to prot...@googlegroups.com
I am new to protobuf, encontering a similar problem.
I want to set up a bidirectional communication framework between Node.js process on Linux and C# process on Windows.
I wonder if it possible and what resource I can use.
Thanks!
Shailesh Kulkarni
unread,
Aug 10, 2018, 4:25:20 PM8/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
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.