Description
Adds ZeroC Ice middleware for building distributed applications that communicate through remote procedure calls. Developers use it when services in different processes or machines need typed interfaces and generated bindings.
RPC middleware crosses network and process boundaries, so applications still need authentication, authorization, input validation, timeouts, and version compatibility between clients and servers.