## connect()


Connect to a remote server.


Usage


``` python
connect(
    host,
    port=8080,
)
```


## Parameters


`host: str`  
The hostname or IP address.

`port: int = ``8080`  
The port number (default: 8080).


## Returns


`bool`  
True if the connection succeeded.
