https://github.com/iassasin/rexec
https://github.com/iassasin/rexec
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iassasin/rexec
- Owner: iassasin
- License: mit
- Created: 2022-03-15T15:55:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T20:42:33.000Z (over 3 years ago)
- Last Synced: 2025-04-09T19:56:04.194Z (3 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- 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