Pub/Sub Pattern Explained using Nodejs and Redis
Introduction
Publish/Subscribe is a messaging pattern in which the subscribers can subscribe to any number of topics (aka channels) and they would be notified when a message has been published in one of those topics.
Pub/Sub is like the popular frien...
arunmurugan.hashnode.dev7 min read