3303-flashcards/hATaBiZQ - 3303/khnWRGZC - What is the difference between Broadcast and Subscription message patterns.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

306 B

What is the difference between Broadcast and Subscription message patterns?


📡

  • Broadcast: Messages are sent to everyone; recipients must filter out what they don't want.
  • Subscription: Recipients register for specific messages; they only receive what they asked for.