If I have a ruby script Daemonthat, as the name implies, works like a daemon, controls parts of the system and can execute commands that require authentication, for example, changing permissions, there is an easy way to have a second ruby script, say client, report this script and send him commands / request information? I am looking for a built-in ruby way to do this, I would prefer not to create my own server protocol here.
source
share