How to use Redis pub/sub to handle socket.io sessions across multiple instances ?
When we use socket.io we are generally trying to publish messages to all the collaborators of the workspace in an application even though the origin of the message was one of the collaborator specially in a collaborative application.
In this scenario...
sosha.hashnode.dev6 min read