Connect to a remote server.
Usage
connect( host, port=8080, )
host: str
The hostname or IP address.
port: int = 8080
The port number (default: 8080).
bool
True if the connection succeeded.