Help for this page
$self->on(&myapp($tx) => sub { ...
$self->on('You should never see this.' => sub { ...
$ws->send("Time is: " . scalar(localtime())); ## odd, we never see this output