Module server

Source

Structs§

MudServer
A basic server object that keeps track of all connected clients
Sessions

Traits§

ServerHandler

Type Aliases§

SessionType
A type for a single client session. Contains a single TcpStream and an address
SessionsType
A type for a collection of client sessions Contains many sessions with SessionType