Cross-platform SOA framework
Posted
by ByteMR
on Stack Overflow
See other posts from Stack Overflow
or by ByteMR
Published on 2010-04-03T19:28:04Z
Indexed on
2010/04/03
19:33 UTC
Read the original article
Hit count: 260
I'm looking for a good cross-platform SOA framework that preferably works with several programming languages like C++, Python, and C#.
I recently learned about Thrift, but that doesn't seem to work with MSVC from the documentation I've read and requires the use of Cygwin or MinGW to even compile the Thrift compiler.
Does Thrift work with MSVC and if not, are there any alternatives that would meet my needs? Such as being able to generate C# and Python bindings and work on Linux, Mac, and Windows.
Any suggestions would be greatly appreciated!
© Stack Overflow or respective owner