Currently, whim listen can only listen on http://*:8080, the default location for Hypnotoad.
This is unacceptable, and the result of the miserable hack that whim listen currently is. (Hypnotoad really doesn't want to be run as anything other than a command-line program.)
Ideally the listen command should run as a daemon, and accept all the configuration that Mojo's own daemon command accepts.
Currently,
whim listen
can only listen onhttp://*:8080
, the default location for Hypnotoad.This is unacceptable, and the result of the miserable hack that
whim listen
currently is. (Hypnotoad really doesn't want to be run as anything other than a command-line program.)Ideally the
listen
command should run as a daemon, and accept all the configuration that Mojo's owndaemon
command accepts.