Socket Programming
socket programming with python
Socket programming is a means of communicating data between two computers across a network. One socket, or node, listens on a particular port at an IP, while the other socket reaches out to the other to form a connection. Connections can be made using either a connection-oriented protocol (TCP) or...
[
59-minute read
]