# Functions
HandleWebSocketConnections sets up handling websocket connections for echo.
WriteToWebSocket is a quick helper function to write to an open web socket.
# Variables
SocketChannel is the main channel where all chat messages are aggregated and passed to open web sockets.
# Structs
Socket holds information for a single socket.
SocketMessage is used to submit a message entry back to websocket listeners.