package lo
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Lo.ServerSource
Operations for creating servers.
A server.
Raised when an operation is performed on a stopped server.
Create a server listening on given port with handler function taking as agument the path and messages received.
Recive messages and pass them to the handler. This function is blocking until a message is received.