marcodpt / minirps

Mini reverse proxy server written in rust
https://crates.io/crates/minirps
MIT License
21 stars 0 forks source link

Execute commands and binaries. #9

Closed marcodpt closed 3 weeks ago

marcodpt commented 3 months ago

It would be interesting if instead of a route making a request, it were possible to execute commands in the operating system.

This would make it possible to quickly prototype graphical interfaces for frequently used commands and solve problems without the need for a local server for a command.

The obvious disadvantage is the dependence on the operating system and the environment in question, in addition to the need for special care with security.

It is also necessary to study the best syntax to adopt in config.toml and how to deal with stdin, stdout, stderr.

marcodpt commented 3 weeks ago

Solved in version 0.2.0