The server documentation describes this:
socketInput: Allows a local application to control this server through a local TCP socket.
socketInputPort: The port for socket input.
socketInputAddress: The bind address for socket input.
However, I cannot see any documentation about how to use this method.
Where can I find more?
What can be done through that socket?