# Functions
HandleFunc is used to add a websocket handler on the path specified by the pattern.
JSONRequestDeserializer can be used as a default request deserializer for incoming json messages.
JSONResponseSerializer can be used as a default response serializer for outgoing json messages.
# Structs
Upgrader is a wrapper around gorilla github.com/gorilla/websocket/Upgrader.
WsConnection represents the web socket connection.
WsMessage represents an incoming message on the websocket connection.
WsMessageBody represents the body of an incoming message on the websocket connection.