Trying to broadcast socket.io message to all connected sockets in e.g. room
问题 Challenge: I would like to use SailsJS , and be able to join a room, by means of socket.io, and receive unsolicited messages from this room, not just when one enters or leaves the room but also receive objects. So several clients connect to the server. Afterwards broadcast (initiated from the server) messages/objects to every room and thus everey connected socket in this room. I maybe could just send every connected socket a message, but dearly would like a example on how to do this with