# Structs
Client is a middleman between the websocket connection and the hub.
Hub maintains the set of active clients and broadcasts messages to the clients.
Message is the type for a valid message from a client.
No description provided by the author
Subscription type holds a single client <-> exchange connection.