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.
From terminal use these commands below
# Run as subscriber
cargo run --bin sub_client
# Run as publisher
cargo run --bin pub_client