This repository contains several examples of using cmd-stream-go (each
package is one example):
- echo: Minimal.
- calc_json: Getting started with JSON.
- calc_protobuf: Getting started with Protobuf.
- hello-world: Basic usage with MUS.
- tls: Demonstrates TLS usage.
- keepalive: Keeps connection alive when idle.
- reconnect: Reconnects client after disconnect.
- server-streaming: Command sends multiple Results back.