start
Starts the server on port.
Parameters
port
port to start the server on
wait
if true, blocks the current thread until the server is stopped
onReady
callback called when the server is ready to accept requests, with the application as argument
Starts the server on port.
port to start the server on
if true, blocks the current thread until the server is stopped
callback called when the server is ready to accept requests, with the application as argument