Skip to content

Commit

Permalink
add README.md for streaming example
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 17, 2024
1 parent 8f6e61c commit 1722f1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion capnp-rpc/examples/pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Then start any number of clients like this:

```
$ cargo run client 127.0.0.1:4000
```
```
13 changes: 13 additions & 0 deletions capnp-rpc/examples/streaming/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# streaming example

Start the server like this:

```
$ cargo run server 127.0.0.1:5000
```

Then start any number of clients like this:

```
cargo run client 127.0.0.1:5000 1000000 64000
```

0 comments on commit 1722f1b

Please sign in to comment.