# Functions
NewBroker returns a ready to use Broker for accepting web socket connections.
# Structs
Broker is used to hold all web socket connections.
ConnectionData holds a channel for each web socket connection.
# Type aliases
Validator validates a session token.