c# - RPC lib in multilanguage -


i search rpc lib support client or server in c++ , c#. can make client in c++ , talk server written in c#. not know if microsoft rpc allow this, protocol buffers or msgpack.

apache thrift provides mechanism defining "services" in language , accessing service. there resources developing services in both c++ , c#:

c++: http://wiki.apache.org/thrift/thriftusagec%2b%2b

c#: http://www.markhneedham.com/blog/2008/08/29/c-thrift-examples/

alternatively, although it's not "cool", there xml-rpc clients both c# , c++

c#: http://www.xml-rpc.net/

c++: http://xmlrpc-c.sourceforge.net/

both mature , work well, should trivial , running. there are, obviously, more advanced protocols such aforementioned protocol buffers , msgpack neither seems have rpc capable clients target language. same goes bert (of github fame) , avro (the apache foundations attempt.)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -