Skip to content

[rust] Add streams TCP client and server examples#1229

Open
cargopete wants to merge 2 commits into
bytecodealliance:mainfrom
cargopete:feat/streams-tcp-examples
Open

[rust] Add streams TCP client and server examples#1229
cargopete wants to merge 2 commits into
bytecodealliance:mainfrom
cargopete:feat/streams-tcp-examples

Conversation

@cargopete
Copy link
Copy Markdown

Closes #480.

Adds streams-tcp-client and streams-tcp-server examples, matching the existing streams-nats-{client,server} and streams-quic-{client,server} pairs.

The TCP transport requires no TLS setup — the server binds a TcpListener and uses wrpc_transport::Server, the client connects via wrpc_transport::tcp::Client. Both examples implement the same wrpc-examples:streams/handler.echo interface as the existing ones.

@cargopete cargopete requested a review from rvolosatovs as a code owner May 20, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[rust] Examples using TCP

1 participant