Content deleted Content added
added mention of a new cross-platform framework, cap'n proto. We need more of those. Or just the one. Either way, highly relevant. |
|||
Line 21:
== Examples ==
The RPC facilities of the cross platform serialization protocol, [[Cap'n Proto]] amount to a distributed object protocol. Distributed object method calls can be executed(chained, in a single network request, if needs be) through interface references/[[Capability-based_security|capabilities]].<ref>http://kentonv.github.io/capnproto/rpc.html</ref>
Distributed objects are implemented in [[Objective-C]] using the [[Cocoa (API)|Cocoa API]] with the NSConnection class and supporting objects.
|