I'm currently using Sockets.io to communicate with clients, sending JSON and whatnot, from a port.
That's all working good, but what i'd like to do is listen simultaneously on another port to create a type of administration page for testing purposes.
For example, the page would have a button to send a certain type of JSON for all the clients connected on the other port.
If this isn't ideal, any help on other simple solutions would be great.