Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 364 Bytes

File metadata and controls

17 lines (11 loc) · 364 Bytes

pub sub example

This project is intended to be a basic example of how to use the subscribe/publish functions with BeamyBroker.

The configuration for this example can be found here.

How to use

From terminal use these commands below

# Run as subscriber
cargo run --bin sub_client

# Run as publisher
cargo run --bin pub_client