A simple daemon that can be used to execute system commands using rest API requests.
Imagine you have moved your database to another server other than your backend server and you want to take control of your database server from your backend API. For that, we have to create a daemon in the database server and this is it.
Simple use a cargo run
to start daemon.
A complete guide to this project can find in - Medium