/python-socket-programming

Socket programming is one of the most fundamental technologies of computer network programming. A socket is an endpoint of a two-way communication link between two programs running on the network. The client and server can communicate by writing to or reading from their sockets.

Primary LanguagePython

Stargazers