github.com/cmd-stream/base-go@v0.0.0-20230813145615-dd6ac24c16f5/README.md (about)

     1  # base-go
     2  base-go provides the basis for the cmd-stream-go client and server.
     3  
     4  The client delegates communication with the server to `ClientDelegate`, 
     5  i.e. it sends commands and receives results with help of `ClientDelegate`. 
     6  The server, in turn, handles connections (receives, executes commands and sends
     7  back results) with help of `ServerDelegate`.
     8  
     9  # Tests
    10  Test coverage is about 93%.