cmd-stream / base-go

Provides the basis for the cmd-stream client and server for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base-go

base-go provides the basis for the cmd-stream-go client and server.

The client delegates communication with the server to ClientDelegate, i.e. it sends commands and receives results with help of ClientDelegate. The server, in turn, handles connections (receives, executes commands and sends back results) with help of ServerDelegate.

Tests

Test coverage is about 93%.

About

Provides the basis for the cmd-stream client and server for Golang

License:MIT License


Languages

Language:Go 100.0%