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
I think it would be a better idea to keep the feature set as simple as possible
and focus on the quality instead. Let other people build more complex application-level stuff (e.g. namespaces) on top of the bare sockets.
Are you sure you want to implement "namespaces" in Socket.IO?
The text was updated successfully, but these errors were encountered:
There are a few different usecases for namespaces. First the most common request is channels. People only want to broadcast or message a small section of the connected users. By implementing namespaces this will become possible.
There are already a few modules written ontop of Socket.IO, they all create there own connection with the server. So you have want to run Socket.IO normally + an abstraction you would have to create 2 persistent connections with the server and this is something we are trying to prevent.
I think it would be a better idea to keep the feature set as simple as possible
and focus on the quality instead. Let other people build more complex application-level stuff (e.g. namespaces) on top of the bare sockets.
Are you sure you want to implement "namespaces" in Socket.IO?
The text was updated successfully, but these errors were encountered: