# Functions
HandleUpdateCanvas takes the data from the client sets a timestamp, pushes the data into our database and pushes it on to the other clients.
NewMessage takes a message type and an interface It generates a GenericMessage type.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
GenericAck is ...
GenericMessage is a message from/to the clients.
No description provided by the author
UpdateCanvasData is the data used to get/push canvas updates from/to the clients.