The Socket module provides TCP socket communication for both client and server modes. |
|
A TCP client connects to a remote host and exchanges data. |
|
A TCP server binds to a port and accepts incoming connections. |
|