- Mastering Python for Networking and Security
- José Manuel Ortega
- 46字
- 2021-07-16 17:40:06
Creating a simple TCP client and TCP server
The idea behind creating this application is that a socket client can establish a connection against a given host, port, and protocol. The socket server is responsible for receiving connections from clients in a specific port and protocol.