1
0
mirror of https://github.com/actix/examples synced 2025-04-02 08:35:30 +02:00
sapir d9afae21b6 Fix "websocket" example's readme, and make binary names unique ()
Give each example binary a unique name.

This should allow running cargo run --bin in the root directory.
2018-09-24 11:57:36 +03:00

14 lines
159 B
Markdown

## Http proxy example
To start proxy server:
```sh
cargo run --bin proxy
```
To start local backend server:
```sh
cargo run --bin proxy-example-server
```