Experiment with networking stack of Rust
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
To launch the application, you can use the following commands in your terminal, assuming you have Rust and Cargo installed, in separate terminal windows:
cargo run -- -i 8001 -o 8000
cargo run -- -i 8000 -o 8001