abstract.cc client - noko3/cc-core GitHub Wiki

CC Client

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.


Abstract

server <-> client <-> frontend

CC Client is the component that:

  1. Receives all the needed data from the server, processes it and provides it in a handy form to the frontend
  2. Implements i/o interfaces for the frontend
  3. Receives input data from the frontend, processes it and transmits it to the server

Implementations

  1. cc-client: implementation abstract, code, programmer's docs