1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/http-proxy/README.md
sapir d9afae21b6 Fix "websocket" example's readme, and make binary names unique (#45)
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

159 B

Http proxy example

To start proxy server:

cargo run --bin proxy

To start local backend server:

cargo run --bin proxy-example-server