class

Inquirer::Server

Inherits Reference < Object

Constructors

new(daemon : Daemon)

Makes a Server.

daemon is the daemon that started this server and that is controlled by this server.

Source

Instance methods

execute(request : Request)

Executes a Request.

Source
listen(port : Int32 = 3000)

Starts listening on the given port.

Source