sockjs-node
sockjs-node copied to clipboard
[QUESTION] List of connections
Is there a property/method on the Server instance that contains the list of connections? Or should I manually maintain this using an array, and push new client connections on the connection event to this array?
I am using the 0.3.24 release.