socket-programming icon indicating copy to clipboard operation
socket-programming copied to clipboard

「Rustで始めるネットワークプログラミング」 4.5節(技術書典頒布版: masterブランチ)、1章(web販売版: web-versionブランチ)のリポジトリです。

socket-programming

Echo server and client for TCP/UDP with Rust.

How to use

$ cargo run [tcp|udp] [server|client] [addr:port]