Backends¶
Backend is a thin layer between a service instance and an actual client, which knows how to translate a protocol function's signature into an actual request, send it, and parse a response.
Backend is a thin layer between a service instance and an actual client, which knows how to translate a protocol function's signature into an actual request, send it, and parse a response.