문제

Does anyone knows if there is a good service oriented framework (like Apache Thrift) that supports both C++, java and python with a similar set of features but with lighter requirement?

My main issue with thrift is that it requires boost (on the C++ side) that is a good, but too big, library.

도움이 되었습니까?

해결책

I can think of a few alternatives, although I can't speak for how they compare to Thrift. All of these should have Java, C++, and Python implementations.

Google Protobuf

Apache Avro

Hessian

Of the three, I think Google's Protobuf seems the most promising and documented.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top