Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Thrift in iOS

Tags:

ios

thrift

Is there good documentation for using thrift in iOS? I am having trouble getting started and figuring out how to apply thrift to iOS.

like image 761
user1120008 Avatar asked Dec 31 '11 00:12

user1120008


People also ask

Is Thrift a TCP?

Thrift protocol is s higher level implementation over the TCP transport layer. It provides important elements: serialization. RPC protocol.

How does a Thrift server work?

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.

Where is Thrift used?

Thrift is an interface definition language and binary communication protocol used for defining and creating services for numerous programming languages.


1 Answers

Just stumbled on this question, this tutorial should be a good starting point http://wiki.apache.org/thrift/ThriftUsageObjectiveC

like image 146
gt5050 Avatar answered Nov 15 '22 13:11

gt5050