I have 5 different types of notifications A, B, C, D and E
to be sent to the user. There is no relationship among A, B, C, D, and E.
To give you an idea, A could be facebook like
, B could be new friend request
etc.
I would like to know if it is ok to use a single SSE connection for all these notifications or am I supposed to maintain a connection for every event type?
Can you share some best practices around this?