Skip to content

cmd-stream/examples-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmd-stream-examples-go

This repository contains several examples of using cmd-stream-go (each package is one example):

  • echo: A minimal example.
  • hello-world: Shows the basic usage of cmd-stream-go.
  • hello-world_protobuf: Demonstrates the basic usage of cmd-stream-go with the Protobuf serializer.
  • keepalive: Shows how the client can keep a connection alive when there are no Commands to send.
  • reconnect: Demonstrates how the client can reconnect to the server after losing the connection.
  • otel: Demonstrates how cmd-stream-go can be used with OpenTelemetry and a circuit breaker.
  • server-streaming: An example where the Command sends back multiple Results.
  • rpc: Demonstrates how to implement RPC using cmd-stream-go.
  • tls: Demonstrates how to use cmd-stream-go with TLS.

About

Demonstrates several examples of using cmd-stream-go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published