Simple HTTP reverse proxy that dynamically manages backend services based on demand.
Go to file
2023-04-21 00:04:58 +02:00
.gitignore Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
Cargo.lock Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
Cargo.toml Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
conf.rs Added process spawning & improved code 2023-04-21 00:04:58 +02:00
config.toml Added process spawning & improved code 2023-04-21 00:04:58 +02:00
data.rs Added process spawning & improved code 2023-04-21 00:04:58 +02:00
LICENSE Initial commit 2023-04-19 23:45:51 +02:00
main.rs Added process spawning & improved code 2023-04-21 00:04:58 +02:00
README.md Initial commit 2023-04-19 23:45:51 +02:00

odproxy

Simple HTTP reverse proxy that dynamically manages backend services based on demand.