Crates.io | post |
lib.rs | post |
version | 0.0.1-alpha.1 |
source | src |
created_at | 2020-09-22 03:09:04.319999 |
updated_at | 2020-10-31 21:11:13.780353 |
description | A Publish Subscribe library allowing multiple hosts to register, and subscribe services accross an IP network. |
homepage | |
repository | |
max_upload_size | |
id | 291394 |
size | 102,579 |
A Publish Subscribe library allowing multiple hosts to register, and subscribe services accross an IP network.
Goals:
Tested with the latest stable as of the commit date of the latest commit.
This project is licensed under the MIT license.
cargo run --bin post-meetup -- --bind 127.0.0.1:8080
cargo run --example stdin_publisher -- --host 127.0.0.1 --port 8081 --url http://127.0.0.1:8080
cargo run --example stdout_subscriber -- --url http://127.0.0.1:8080