Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 322 Bytes

pubsub.md

File metadata and controls

3 lines (2 loc) · 322 Bytes

PubSub

PubSub (also known as Publish-Subscribe) is a messaging pattern where senders of messages (publishers) do not send messages directly to receivers but instead label messages with a topic that can be listened to by subscribers. Subscribers only receive messages matching the topics that have expressed interest on.