Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 188 Bytes

File metadata and controls

13 lines (9 loc) · 188 Bytes

Publish/Subscribe example

Start the server like this:

$ cargo run server 127.0.0.1:4000

Then start any number of clients like this:

$ cargo run client 127.0.0.1:4000