Rui::Server::HTTP - a session-aware HTTP-based Rui server
use Rui::Server::HTTP;
Rui::Server::HTTP->new( LogFile => "server.log", # "-" for stdout LocalPort => 8888, )->run;
the Rui::Remote::ClientMessage manpage
A subclass of the Rui::Server::Base manpage. This server implementation uses HTTP::Daemon to communicate with clients. Intended for web-browser based clients.
New named parameters:
DocumentRoot - overrides the project's document root that defaults to ``$Rui::PROJECT_HOME/web''.
HTTP::Daemon
.