mirror of
https://github.com/actix/examples
synced 2025-02-08 20:06:07 +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