[protobuf] Question about bidirictional communication between C# and js

2013-08-06 Thread huangk07

Other recipients:  
My project has a C# app on Windows, as well as a Node.js process on Linux. 
I want to set up a bi-directional commmunication framework between them.
I wonder if protobuf supports this and what resource I can use.
Thanks a lot! 

-- 
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.




[protobuf] Question about communication between C# and JS

2013-08-06 Thread huangk07
My project has a C# app on Windows, as well as a Node.js process on Linux. 
I want to set up a bi-directional commmunication framework between them.
I wonder if protobuf supports this and what resource I can use.
Thanks a lot!

-- 
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.




[protobuf] Re: Bidirectional communication between C++ and Node.js process

2013-08-06 Thread huangk07
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! 
 
 

On Friday, July 15, 2011 12:10:26 AM UTC+8, 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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.