Is there good documentation for using thrift in iOS? I am having trouble getting started and figuring out how to apply thrift to iOS.
Thrift protocol is s higher level implementation over the TCP transport layer. It provides important elements: serialization. RPC protocol.
Thrift uses a special Interface Description Language (IDL) to define data types and service interfaces which are stored as . thrift files and used later as input by the compiler for generating the source code of client and server software that communicate over different programming languages.
Thrift is an interface definition language and binary communication protocol used for defining and creating services for numerous programming languages.
Just stumbled on this question, this tutorial should be a good starting point http://wiki.apache.org/thrift/ThriftUsageObjectiveC
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With