Hacker News new | ask | show | jobs
by radlad 3849 days ago
pub/sub is a common paradigm for describing certain types of event systems or message queues.

Clients can subscribe to "channels" and they will receive all messages "published" on those channels.