Package-level declarations

Types

Link copied to clipboard

Message to reload the browser. When received, the server will communicate with JavaScript to reload the page.

Link copied to clipboard
data class ServerMessage(val type: ServerMessageType)

A message sent from the client to the server as a WebSocket.

Link copied to clipboard
sealed interface ServerMessageType

A type of message sent a client to the server as a WebSocket.