0
Socket Tcp/Udp
Does anyone know any great blogs/ tutorials on socket! Would help me lot! Thanks!
1 Answer
+ 2
The Rust documentation seems to have a lot of good examples and you can easily click your way through or use the search bar:
https://doc.rust-lang.org/std/net/struct.TcpListener.html
Rust is also cross-platform so you don't have to care about UNIX sockets or winsocks so much.
Also Rust has a lot of awesome crates that eliminate the need for low level code: https://www.rust-lang.org/what/networking