Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iassasin/rexec
https://github.com/iassasin/rexec
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iassasin/rexec
- Owner: iassasin
- License: mit
- Created: 2022-03-15T15:55:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T20:42:33.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T20:13:18.236Z (2 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rexec
Simple http service for remote task execution
### Run setup
1. Copy `rexec.example.yml` to `rexec.yml`
2. `cargo run`
3. `curl -v localhost:8080/task/test`
4. See `Hello, world` in terminal, executed remotely output
5. `curl -v localhost:8080/task/echo -d 'hi!'`
6. See `hi!` in terminal