startDaemonizedServer(host, port, app)"0.0.0.0" to listen on
all IP addresses.stopDaemonizedServer to shut the server
down.startServer, calls to service
are not needed to accept and handle connections. If the
port cannot be bound (most likely due to permissions or
because it is already bound), an error is raised. The app parameter is where your application logic
will be provided to the server. This can be a list,
environment, or reference class that contains the
following named functions/methods:
[object Object],[object Object],[object Object]
The startPipeServer variant is not supported yet.
startServer