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.
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 withstdin
,stdout
,stderr
.