# Functions
DefaultConfig creates a config instance filled with default values.
NewBoard creates a new referee board.
WsHandler converts the request into a websocket connection and passes it to the consumer.
# Structs
Board contains the state of this referee board.
Config is the root config containing all configs for the server.
ConnectionConfig contains parameters for multicast -> websocket connections.
RefereeConfig contains referee specific connection parameters.