# Functions
NewConnectionData creates a connection data struct which holds the port and token for the API.
NewHandlers creates a new Handlers instance.
# Structs
ConnectionData contains the port and authorization token for communication with the backend.
Handlers provides a web api to the backend.
# Interfaces
Backend models the API of the backend.