Cross-platform SOA framework
- by ByteMR
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!