Hi, Is it advisable to use C++ thrift server and Javascript client? Are there any limitations due this combination?
I understand that Thrift - Javascript only supports JSON protocol and HTTP transport. C++ server does support JSON protocol over HTTP transport. I have tried a sample application and it works. I have multiple thrift services that are working with Binary protocol over TSocket transport with both server and client implemented in C++. Regards, Gajanan
