NAME
Jifty::Script::Server - A standalone webserver for your Jifty application
DESCRIPTION
When you're getting started with Jifty, this is the server you want. It's lightweight and easy to work with.
API
options
The server takes only one option, --port
, the port to run the server on. This is overrides the port in the config file, if it is set there. The default port is 8888.
run
run
takes no arguments, but starts up a Jifty server process for you.