mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
d9afae21b6
Give each example binary a unique name. This should allow running cargo run --bin in the root directory. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Http proxy example
To start proxy server:
cargo run --bin proxy
To start local backend server:
cargo run --bin proxy-example-server