Should I have more than one websocket per user?
I have an application that has real-time notification functionality. To do this, I implement websockets together with Redis Pub/Sub. This is the current design:
I have an application that has real-time notification functionality. To do this, I implement websockets together with Redis Pub/Sub. This is the current design: