Transports¶
Transports are somewhat low level interface concerned with transporting messages across through different means. “Messages” in this case are simple strings. All transports need to support two different interfaces:
Note that these transports are of relevance when using tinyrpc
-built in
facilities. They can be coopted for any other purpose, if you simply need
reliable server-client message passing as well.