Tag: socket programming
Socket programming with python
A socket is an endpoint of communication between two devices. Socket programming communication is based on the client-server model. The processes which use the socket can be on the same system or different system on different networks. Sockets are useful for both stand-alone and network applications. Sockets allow you to exchange information between processes on