I am just trying to get connected sockets for a user list without other rooms, because i only have one room, which i want to get all connected users in the list. I am using NodeJS and socket.io.
This is not working:
var clients = io.sockets.connect();