# Structs
Client is a middleman between the node and the websocket connection.
No description provided by the author
Events contains all the events that are triggered by the websocket hub.
Hub maintains the set of active clients and broadcasts messages to the clients.
WebsocketMsg is a message received via websocket.
# Type aliases
ClientID is the ID of a client.