Module protocol

Module protocol 

Source
Expand description

WebSocket protocol messages for Venus server.

Defines the message types exchanged between client and server.

Structs§

CellOutput
Cell output representation.
CompileErrorInfo
Compiler error information.
DependencyEdge
Dependency edge in the graph.
SourceLocation
Source location for error reporting.

Enums§

CellState
State of a single cell (code, markdown, or definition).
CellStatus
Cell execution status.
ClientMessage
Messages sent from client to server.
MoveDirection
Direction for moving a cell.
ServerMessage
Messages sent from server to client.