# Functions
Creates a new simple websocket client (the channel is not secured).
Creates a new simple websocket server (the websockets are not secured).
Creates a new secure websocket client.
Creates a new secure websocket server.
# Structs
Client is the the default implementation of a Websocket client.
ConnectionError is a websocket.
Default implementation of a Websocket server.
WebSocket is a wrapper for a single websocket channel.