Socket.io: Namespaces, channels & co
问题 I have a Node.js web server that runs a socket server on top, which was created using Socket.io. Basically, this works. What I now want to achieve is that the clients that connect are clustered in groups. So there might be some clients which make up group A and some other clients which make up group B. They shall select to which group they belong by adressing a specific URL, either localhost:3000/A or localhost:3000/B . In Socket.io I now want to send messages to all clients in group A or to