Skip to content

Latest commit

 

History

History

pubsub

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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