mirror of
https://github.com/actix/examples
synced 2025-02-22 09:13:17 +01:00
Give each example binary a unique name. This should allow running cargo run --bin in the root directory.
Http proxy example
To start proxy server:
cargo run --bin proxy
To start local backend server:
cargo run --bin proxy-example-server