What's the best way to send a message via socket io to a group of users, for example only those in a specific chat room instead of all users?
I am aware of Sending data only to chosen users using Socket.io-node but socketio version .7 was released recently and seems like there might be a more elegant way with the new api using either get/set or namespacing?