# EchoServer [github](https://github.com/zarvd/echoserver) [crates.io](https://crates.io/crates/echoserver) [docs.rs](https://docs.rs/echoserver) [build status](https://github.com/zarvd/echoserver/actions?query%3Amaster) [dependency status](https://deps.rs/repo/github/zarvd/echoserver) ## Run ```bash cargo run -- --tcp-ports 4000,4001 --udp-ports 4000,4002 --http-ports 8080,9000 ``` ## License This project is licensed under the [Apache 2.0 license](LICENSE).