Net. Socket. Example

Hello, guys. I want to learn socket and the network in rust. Help me. What articles advise? Also, give examples of networking.

api docs

rustbyexample

1 Like

The TcpListener and TcpStream docs have some very simple examples. urdict is a more complete example of a network server written using the std::net API.

2 Likes