Socket Tcp/Udp | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Socket Tcp/Udp

Does anyone know any great blogs/ tutorials on socket! Would help me lot! Thanks!

13th Apr 2020, 6:13 AM
Divij Manik
Divij Manik - avatar
1 Réponse
+ 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
13th Apr 2020, 7:47 AM
Aaron Eberhardt
Aaron Eberhardt - avatar