The RPC interface might change from one major version of Aetheris to the next. This makes the RPC interface implicitly versioned on the major version. The version tuple can be retrieved by e.g. the ...
Before exploring more advanced RPC frameworks such as gRPC, it is useful to examine a simpler RPC protocol to understand the core concepts of remote procedure calls. JSON-RPC is a lightweight RPC ...