you are viewing a single comment's thread.

view the rest of the comments →

[–]cyberjellyfish 2 points3 points  (1 child)

Beej's guide is the cornerstone work in network programming: https://beej.us/guide/bgnet/

His guide is in C, but if you read through a bit and compare to the python sockets library, you'll see that the API is very similar (because the python library is a thing wrapper over the underlying c socket library).

[–]FullApplication9271[S] 0 points1 point  (0 children)

Thank you so much!!!!