You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very useful package https://www.npmjs.com/package/socket.io-redis , you dont need to use sub.subsribe or pub.publish, it does it for you by defining adapter and passing pubClient and subClient - just like in docs
Scalable Publish/Subscribe ("pattern") means you can scale out (add more node.js/socket.io servers when you need to serve more clients)
The text was updated successfully, but these errors were encountered: