Module ncomm_core::client_server

source ·
Expand description

NComm Client Server Traits.

Servers should be a single unique entity that can have multiple clients that request something from them (in the form of a request).

Traits§

  • A common abstraction for all NComm clients to allow for the creation of a common method of sending requests and receiving responses.
  • A common abstraction for all NComm servers that outlines the necessary base requirements for all NComm servers