https://github.com/clnv/echoserver
https://github.com/clnv/echoserver
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clnv/echoserver
- Owner: clnv
- Created: 2022-08-01T04:11:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-26T23:43:24.000Z (8 months ago)
- Last Synced: 2026-01-14T13:57:46.377Z (6 months ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EchoServer
[
](https://github.com/clnv/echoserver)
[
](https://crates.io/crates/echoserver)
[
](https://github.com/clnv/echoserver/actions?query%3Amaster)
[
](https://deps.rs/repo/github/clnv/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).