Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 419 Bytes

File metadata and controls

10 lines (8 loc) · 419 Bytes

clientrpc Examples

The following clientrpc examples are provided:

  • version: Most basic example showing how to connect to a running clientrpc instance to query its version.
  • multistreams: Example showing how to request multiple streams from the server.
  • chat: Example showing how to read chat messages from stdin and output received messages to stdout.