mirror of
https://github.com/actix/examples
synced 2025-01-22 22:05:57 +01:00
d9afae21b6
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