.TH plop 1 "2020-08-15" .SH NAME plop \- Hackable small standalone engine for Lua web applications .SH SYNOPSIS .B plop .IR port .IR handler .SH DESCRIPTION .B plop loads .IR handler Lua script and starts a HTTP/1.1 server listening on a designated port. The script is loaded as if .B require was used with module name .B handler and the return value is set as global variable with the same name. Loaded script is expected to return a function which will be used to handle each request.