Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.25 KB

File metadata and controls

25 lines (15 loc) · 1.25 KB

serv-executor

serv-executor

Build Status License

A simple daemon that can be used to execute system commands using rest API requests.

Usage

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.

Built With

  • Rust - The language used
  • Actix - The web framework used

Running

Simple use a cargo run to start daemon. serv-executor

Acknowledgments

A complete guide to this project can find in - Medium