Module client_server

Module 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ยง

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