Using thrift to mix development languages
Posted
by christopher-mccann
on Stack Overflow
See other posts from Stack Overflow
or by christopher-mccann
Published on 2010-04-04T12:34:45Z
Indexed on
2010/04/04
12:43 UTC
Read the original article
Hit count: 358
I am currently developing an application which will require multiple different development languages. I want to use PHP as the final piece of the puzzle - the physical web page construction. This PHP web app will need to contact multiple web services which could be coded in anything from Java to Erlang to Python. Each of these web services will be implemented with an API. My plan is to use Thrift to allow this mix to work. Is this the correct approach or am I mixing up what the whole point of Thrift is?
© Stack Overflow or respective owner