📡

Pub/Sub System

intermediate

Publish-subscribe messaging

Yayinla-abone ol mesajlasma

Estimated Time
⏱️ 1-2 months
Essential Crates
📦 2

Tags

pubsubmessagingbroadcasttopics

Required Crates

Essential

tokio
Async runtime with broadcast

Broadcast ile async runtime

crates.io →
tokio = { version = "1", features = ["full"] }
dashmap
Topic management

Konu yonetimi

crates.io →
dashmap = "6"

Starter Template

Copy this Cargo.toml to get started:

[package]
name = "my-pubsub-system"
version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1", features = ["full"] }
dashmap = "6"
thiserror = "1"
tracing = "0.1"

Related Patterns

Learn these patterns to build this project effectively:

Other Messaging & Queue Projects