Module server

Module server 

Source
Expand description

Server Layer for REPL

Provides session management, message handling, and server infrastructure. Based on ODD-0018: Oxur Remote REPL Protocol Design.

Structs§

MessageHandler
Message handler for REPL protocol requests
ReplServer
REPL server that accepts TCP connections and processes requests
SessionInfo
Session information
SessionManager
Manages multiple REPL sessions
ShutdownHandle
Handle for triggering server shutdown

Enums§

SessionError
Session manager errors