All communication in the framework is implemented using google protobuf. This
is a small, strictly typed, object serialization/deserialization library
developed and released under the BSD open source license by Google. This library
was chosen because it is fast, object oriented, strictly typed and
well maintained. Messages in the framework are mainly sent over TCP/IP, but
UNIX domain sockets are also supported.
Jesse van den Kieboom
2014-02-26