I'm busy building a Web UI that can monitor certain apps on a number of machines via an RPC API.
I would like to implement functionality where the user can remotely reboot or shutdown the machine, I figured I would be able to create a 'client' app and expose an API which I can then send a reboot/shutdown command.
But I would like to stick to node.js for everything and create the client app in node.js as well.
Would this be possible using node?